summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 17:32:51 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 17:32:51 -0600
commitca251eedc0631f9903d58d1e2a789715f7581d53 (patch)
tree7b3fe669829850862e9f5949a79958711ccea39d
parent5972824623f9f6a4ec392f76cf32c01b0281aa4b (diff)
BattleCenterM_h map header asm
hg-commit-id: be6202c67598
-rw-r--r--pokered.asm10
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