mirror of
https://github.com/huderlem/kirbydreamland.git
synced 2024-11-23 05:29:40 +00:00
Dump and label stage metatile definitions
This commit is contained in:
parent
59e4bd8986
commit
207eeccbf0
24
bank_000.asm
24
bank_000.asm
@ -3535,7 +3535,7 @@ Call_000_19f9:
|
||||
add c
|
||||
ld b, $00
|
||||
ld c, a
|
||||
ld hl, Unk20A2
|
||||
ld hl, StageMetatileDefinitions
|
||||
add hl, bc
|
||||
ld a, [hl+]
|
||||
ld c, a
|
||||
@ -4374,21 +4374,21 @@ Unk2089:
|
||||
db $0A, $6C, $79, $E0, $8A
|
||||
db $02, $6C, $49, $00, $88
|
||||
|
||||
Unk20A2:
|
||||
db $03
|
||||
bigdw $46E0
|
||||
StageMetatileDefinitions:
|
||||
db Bank(Metatiles_GreenGreens)
|
||||
bigdw Metatiles_GreenGreens
|
||||
|
||||
db $03
|
||||
bigdw $4AC3
|
||||
db Bank(Metatiles_CastleLololo)
|
||||
bigdw Metatiles_CastleLololo
|
||||
|
||||
db $03
|
||||
bigdw $48D9
|
||||
db Bank(Metatiles_FloatIslands)
|
||||
bigdw Metatiles_FloatIslands
|
||||
|
||||
db $03
|
||||
bigdw $4CFF
|
||||
db Bank(Metatiles_BubblyClouds)
|
||||
bigdw Metatiles_BubblyClouds
|
||||
|
||||
db $06
|
||||
bigdw $777C
|
||||
db Bank(Metatiles_MtDedede)
|
||||
bigdw Metatiles_MtDedede
|
||||
|
||||
|
||||
Unk20B1:
|
||||
|
13
bank_003.asm
13
bank_003.asm
@ -3,7 +3,18 @@ SECTION "ROM Bank $003", ROMX[$4000], BANK[$3]
|
||||
TitlescreenTilemap:
|
||||
INCBIN "gfx/titlescreen.tilemap"
|
||||
|
||||
INCBIN "baserom.gb", $c1c7, $e273 - $c1c7
|
||||
INCBIN "baserom.gb", $c1c7, $c6e0 - $c1c7
|
||||
|
||||
Metatiles_GreenGreens:
|
||||
INCBIN "data/stages/green_greens/metatiles.bin.lz"
|
||||
Metatiles_FloatIslands:
|
||||
INCBIN "data/stages/float_islands/metatiles.bin.lz"
|
||||
Metatiles_CastleLololo:
|
||||
INCBIN "data/stages/castle_lololo/metatiles.bin.lz"
|
||||
Metatiles_BubblyClouds:
|
||||
INCBIN "data/stages/bubbly_clouds/metatiles.bin.lz"
|
||||
|
||||
INCBIN "baserom.gb", $cfcf, $e273 - $cfcf
|
||||
|
||||
MetatileMap_FloatIslandsScreen0:
|
||||
INCBIN "data/stages/float_islands/screen_0.map.lz"
|
||||
|
@ -175,7 +175,7 @@ jr_006_411c:
|
||||
add c
|
||||
ld b, $00
|
||||
ld c, a
|
||||
ld hl, Unk20A2
|
||||
ld hl, StageMetatileDefinitions
|
||||
add hl, bc
|
||||
ld a, [hl+]
|
||||
ld c, a
|
||||
@ -7594,7 +7594,10 @@ MetatileMap_MtDededeScreen4:
|
||||
MetatileMap_MtDededeScreen1:
|
||||
INCBIN "data/stages/mt_dedede/screen_1.map.lz"
|
||||
|
||||
INCBIN "baserom.gb", $1b77c, $1bdf0 - $1b77c
|
||||
Metatiles_MtDedede:
|
||||
INCBIN "data/stages/mt_dedede/metatiles.bin.lz"
|
||||
|
||||
INCBIN "baserom.gb", $1b835, $1bdf0 - $1b835
|
||||
|
||||
; free space padding
|
||||
INCBIN "baserom.gb", $1bdf0, $1c000 - $1bdf0
|
||||
|
BIN
data/stages/bubbly_clouds/metatiles.bin.lz
Normal file
BIN
data/stages/bubbly_clouds/metatiles.bin.lz
Normal file
Binary file not shown.
BIN
data/stages/castle_lololo/metatiles.bin.lz
Normal file
BIN
data/stages/castle_lololo/metatiles.bin.lz
Normal file
Binary file not shown.
BIN
data/stages/float_islands/metatiles.bin.lz
Normal file
BIN
data/stages/float_islands/metatiles.bin.lz
Normal file
Binary file not shown.
BIN
data/stages/green_greens/metatiles.bin.lz
Normal file
BIN
data/stages/green_greens/metatiles.bin.lz
Normal file
Binary file not shown.
BIN
data/stages/mt_dedede/metatiles.bin.lz
Normal file
BIN
data/stages/mt_dedede/metatiles.bin.lz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user