mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-12 08:15:00 +13:00
HallofFameRoom_h map header asm
hg-commit-id: 7f4c6f1b5a10
This commit is contained in:
parent
728854ef79
commit
264445d4a2
12
pokered.asm
12
pokered.asm
|
|
@ -14596,7 +14596,17 @@ Lance_h: ; 0x5a2a2 to 0x5a2ae (12 bytes) (id=113)
|
|||
|
||||
dw $63c5 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5a2ae,$1d52
|
||||
INCBIN "baserom.gbc",$5a2ae,$5a492 - $5a2ae
|
||||
|
||||
HallofFameRoom_h: ; 0x5a492 to 0x5a49e (12 bytes) (id=118)
|
||||
db $07 ; tileset
|
||||
db $04, $05 ; dimensions (y, x)
|
||||
dw $658b, $656a, $649e ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $6571 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$5a49e,$1b62
|
||||
|
||||
SECTION "bank17",DATA,BANK[$17]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue