mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
RockTunnelPokecenter_h map header asm
This does not update the bank or pointer list. hg-commit-id: 60caa3561940
This commit is contained in:
parent
7207000776
commit
96d1c03e36
12
pokered.asm
12
pokered.asm
|
@ -13377,7 +13377,17 @@ MtMoonPokecenter_h: ; 0x492c3 to 0x492cf (12 bytes) (bank=12) (id=68)
|
|||
|
||||
dw $5376 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$492CF,$4C000-$492CF
|
||||
INCBIN "baserom.gbc",$492cf,$493ae - $492cf
|
||||
|
||||
RockTunnelPokecenter_h: ; 0x493ae to 0x493ba (12 bytes) (id=81)
|
||||
db $06 ; tileset
|
||||
db $04, $07 ; dimensions (y, x)
|
||||
dw $40ab, $53c0, $53ba ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $53d4 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$493ba,$2c46
|
||||
|
||||
SECTION "bank13",DATA,BANK[$13]
|
||||
|
||||
|
|
Loading…
Reference in a new issue