diff options
-rw-r--r-- | pokered.asm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index d985b01e..658e39a1 100644 --- a/pokered.asm +++ b/pokered.asm @@ -13613,7 +13613,15 @@ AgathaPic: LancePic: INCBIN "pic/trainer/lance.pic" -INCBIN "baserom.gbc",$4FD04,$7E49-$7D04 +BattleCenterM_h: ; 0x4fd04 to 0x4fd10 (12 bytes) (id=239) + db $15 ; tileset + db $04, $05 ; dimensions (y, x) + dw $7d5d, $7d4c, $7d10 ; blocks, texts, scripts + db $00 ; connections + + dw $7d53 ; objects + +INCBIN "baserom.gbc",$4fd10,$139 GetPredefPointer: ; 7E49 ; stores hl in $CC4F,$CC50 |