Skip to content

Commit

Permalink
Death moon fix pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kandowontu committed Jan 12, 2025
1 parent f8afefa commit 84135c4
Show file tree
Hide file tree
Showing 9 changed files with 91 additions and 91 deletions.
Binary file modified LEVELS/EXPORTS/deathmoon.lz.0.bin
Binary file not shown.
Binary file modified LEVELS/EXPORTS/deathmoon.lz.1.bin
Binary file not shown.
Binary file modified LEVELS/EXPORTS/deathmoon.lz.bin
Binary file not shown.
64 changes: 32 additions & 32 deletions LEVELS/LEVEL DATA/deathmoon_.csv

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions LEVELS/LEVEL DATA/deathmoon_SP.csv

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions LEVELS/all_level_data.s
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.incbin "EXPORTS/eon.lz.0.bin" ; Size: 8143


.segment "LVL_BANK_02" ; Total bank size: 8053 bytes
.segment "LVL_BANK_02" ; Total bank size: 8086 bytes
.export level_data_deathmoon
level_data_deathmoon:
; Header
Expand All @@ -29,7 +29,7 @@
.byte deathmoon_grnd_color
.byte 57 ; height of deathmoon
; Level data
.incbin "EXPORTS/deathmoon.lz.0.bin" ; Size: 8053
.incbin "EXPORTS/deathmoon.lz.0.bin" ; Size: 8086


.segment "LVL_BANK_03" ; Total bank size: 8105 bytes
Expand Down Expand Up @@ -363,7 +363,7 @@
.incbin "EXPORTS/supercycles.lz.bin" ; Size: 3385


.segment "LVL_BANK_14" ; Total bank size: 8007 bytes
.segment "LVL_BANK_14" ; Total bank size: 8013 bytes
.export level_data_demonpark
level_data_demonpark:
; Header
Expand All @@ -380,7 +380,7 @@
.export level_data_deathmoon_0
level_data_deathmoon_0:
; Level data
.incbin "EXPORTS/deathmoon.lz.1.bin" ; Size: 3308
.incbin "EXPORTS/deathmoon.lz.1.bin" ; Size: 3314


.segment "LVL_BANK_15" ; Total bank size: 8005 bytes
Expand Down
12 changes: 6 additions & 6 deletions LEVELS/all_sprite_data.s
Original file line number Diff line number Diff line change
Expand Up @@ -10637,8 +10637,8 @@ sprite_data_deathmoon:
.byte $90,$08,$60,$03,$8f
.byte $f0,$08,$60,$03,$86
.byte $10,$09,$60,$03,$8f
.byte $20,$09,$30,$03,$09
.byte $20,$09,$60,$03,$86
.byte $30,$09,$30,$03,$09
.byte $40,$09,$60,$03,$8f
.byte $50,$09,$60,$03,$86
.byte $70,$09,$60,$03,$8f
Expand All @@ -10647,16 +10647,16 @@ sprite_data_deathmoon:
.byte $c0,$09,$30,$03,$96
.byte $d0,$09,$10,$03,$86
.byte $e0,$09,$f0,$02,$8f
.byte $f0,$09,$b0,$00,$15
.byte $f0,$09,$e0,$00,$15
.byte $f0,$09,$10,$01,$15
.byte $f0,$09,$c0,$00,$15
.byte $f0,$09,$f0,$00,$15
.byte $f0,$09,$20,$01,$15
.byte $f0,$09,$a0,$02,$96
.byte $00,$0a,$80,$02,$86
.byte $10,$0a,$90,$00,$01
.byte $10,$0a,$60,$02,$8f
.byte $20,$0a,$90,$00,$08
.byte $20,$0a,$10,$02,$96
.byte $30,$0a,$90,$00,$01
.byte $30,$0a,$f0,$01,$86
.byte $40,$0a,$90,$00,$08
.byte $40,$0a,$d0,$01,$8f
.byte $50,$0a,$90,$01,$96
.byte $60,$0a,$70,$01,$86
Expand Down
2 changes: 1 addition & 1 deletion LEVELS/level_data_cache.json

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions fan level collection/deathmoon.tmx

Large diffs are not rendered by default.

0 comments on commit 84135c4

Please sign in to comment.