mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-07 22:20:58 +13:00
TradeCenterM_h map header asm
hg-commit-id: f9ed9be30a23
This commit is contained in:
parent
ca251eedc0
commit
f1df3c0712
12
pokered.asm
12
pokered.asm
|
|
@ -13621,7 +13621,17 @@ BattleCenterM_h: ; 0x4fd04 to 0x4fd10 (12 bytes) (id=239)
|
|||
|
||||
dw $7d53 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$4fd10,$139
|
||||
INCBIN "baserom.gbc",$4fd10,$4fd71 - $4fd10
|
||||
|
||||
TradeCenterM_h: ; 0x4fd71 to 0x4fd7d (12 bytes) (id=240)
|
||||
db $15 ; tileset
|
||||
db $04, $05 ; dimensions (y, x)
|
||||
dw $7d91, $7d80, $7d7d ; blocks, texts, scripts
|
||||
db $00 ; connections
|
||||
|
||||
dw $7d87 ; objects
|
||||
|
||||
INCBIN "baserom.gbc",$4fd7d,$cc
|
||||
|
||||
GetPredefPointer: ; 7E49
|
||||
; stores hl in $CC4F,$CC50
|
||||
|
|
|
|||
Loading…
Reference in a new issue