diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:33:07 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:33:07 -0600 |
commit | f1df3c071235f1f16a48b556bb5d88327b559234 (patch) | |
tree | b0f349dc8e10cdf15fbb19f9cd39c22e74f18a25 | |
parent | ca251eedc0631f9903d58d1e2a789715f7581d53 (diff) |
TradeCenterM_h map header asm
hg-commit-id: f9ed9be30a23
-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 |