diff options
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 658e39a1..f03bcd7f 100644 --- a/pokered.asm +++ b/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 |