From ca251eedc0631f9903d58d1e2a789715f7581d53 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Tue, 3 Jan 2012 17:32:51 -0600 Subject: [PATCH] BattleCenterM_h map header asm hg-commit-id: be6202c67598 --- pokered.asm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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