Skip to content

Commit

Permalink
shit
Browse files Browse the repository at this point in the history
  • Loading branch information
xXFamidashFan69Xx committed Jan 17, 2025
1 parent aa8618d commit 6aea358
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
Binary file modified LEVELS/EXPORTS/decode.lz.bin
Binary file not shown.
8 changes: 5 additions & 3 deletions LEVELS/all_level_data.s
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
.incbin "EXPORTS/cantletgo.lz.bin" ; Size: 1930


.segment "LVL_BANK_0B" ; Total bank size: 8154 bytes
.segment "LVL_BANK_0B" ; Total bank size: 8166 bytes
.export level_data_decode
level_data_decode:
; Header
Expand All @@ -188,7 +188,7 @@
.byte decode_grnd_color
.byte 27 ; height of decode
; Level data
.incbin "EXPORTS/decode.lz.bin" ; Size: 5908
.incbin "EXPORTS/decode.lz.bin" ; Size: 5920


.segment "LVL_BANK_0C" ; Total bank size: 8152 bytes
Expand Down Expand Up @@ -525,7 +525,7 @@
.incbin "EXPORTS/firetemple.lz.bin" ; Size: 3192


.segment "LVL_BANK_1C" ; Total bank size: 8165 bytes
.segment "LVL_BANK_1C" ; Total bank size: 8179 bytes
.export level_data_thelightningroad
level_data_thelightningroad:
; Header
Expand All @@ -539,6 +539,8 @@
; Level data
.incbin "EXPORTS/thelightningroad.lz.bin" ; Size: 2727


.segment "LVL_BANK_1D" ; Total bank size: 8185 bytes
.export level_data_retray
level_data_retray:
; Header
Expand Down
12 changes: 8 additions & 4 deletions LEVELS/all_sprite_data.s
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; Generated by export_levels.py


.segment "LVL_BANK_1D"
.segment "LVL_BANK_21"
sprite_data_stereomadness:
.byte $20,$03,$70,$03,$2b
.byte $50,$03,$80,$03,$30
Expand Down Expand Up @@ -647,7 +647,7 @@ sprite_data_polargeist:
.byte $50,$3a,$30,$03,$0f
.byte $ff

.segment "LVL_BANK_21"
.segment "LVL_BANK_1D"
sprite_data_dryout:
.byte $40,$02,$60,$03,$2b
.byte $60,$02,$80,$03,$2e
Expand Down Expand Up @@ -11073,7 +11073,7 @@ sprite_data_deathmoon:
.byte $f0,$71,$b0,$01,$0f
.byte $ff

.segment "LVL_BANK_1D"
.segment "LVL_BANK_1C"
sprite_data_decode:
.byte $00,$00,$70,$03,$c6
.byte $00,$00,$80,$03,$96
Expand Down Expand Up @@ -11236,14 +11236,18 @@ sprite_data_decode:
.byte $b0,$0f,$80,$02,$97
.byte $c0,$0f,$d0,$02,$37
.byte $00,$10,$80,$02,$87
.byte $00,$10,$f0,$02,$07
.byte $10,$10,$f0,$02,$34
.byte $50,$10,$b0,$02,$33
.byte $50,$10,$20,$03,$07
.byte $60,$10,$a0,$02,$33
.byte $70,$10,$90,$02,$33
.byte $90,$10,$00,$03,$fa
.byte $a0,$10,$70,$02,$a8
.byte $a0,$10,$00,$03,$fa
.byte $b0,$10,$70,$02,$a7
.byte $b0,$10,$00,$03,$fa
.byte $c0,$10,$70,$02,$97
.byte $c0,$10,$00,$03,$fa
.byte $d0,$10,$70,$02,$a8
.byte $e0,$10,$70,$02,$a7
.byte $30,$11,$f0,$02,$32
Expand Down
Loading

0 comments on commit 6aea358

Please sign in to comment.