summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-01-03 10:45:44 -0600
committerBryan Bishop <kanzure@gmail.com>2012-01-03 10:45:44 -0600
commitc1cbdf1e6bfa03dff4e261ba1ef9c815be2b5894 (patch)
tree0b83b29184502cffea5f34deef021b9a028660f4
parent7406793a44b9c8ca838e194e30d9d147526b8211 (diff)
CeladonGYM_h map header asm
hg-commit-id: 8f6ee9fcbd1e
-rw-r--r--pokered.asm16
1 files changed, 13 insertions, 3 deletions
diff --git a/pokered.asm b/pokered.asm
index bdfe76b3..1787c77b 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -249,7 +249,7 @@ MapHeaderPointers: ; $01AE
dw CeladonMansion4_h
dw CeladonMansion5_h
dw CeladonPokecenter_h
- dw $48fe
+ dw CeladonGYM_h
dw $4bb1
dw $505d
dw $50e4
@@ -2274,7 +2274,7 @@ MapHeaderBanks: ; 423D
db BANK(CeladonMansion4_h)
db BANK(CeladonMansion5_h)
db BANK(CeladonPokecenter_h)
- db $12
+ db BANK(CeladonGYM_h)
db $12
db $12
db $12
@@ -13299,7 +13299,17 @@ CeladonPokecenter_h: ; 0x488ac to 0x488b8 (12 bytes) (bank=12) (id=133)
dw $48d2 ; objects
-INCBIN "baserom.gbc",$488B8,$4C000-$488B8
+INCBIN "baserom.gbc",$488B8,$488FE-$488B8
+
+CeladonGYM_h: ; 0x488fe to 0x4890a (12 bytes) (bank=12) (id=134)
+ db $07 ; tileset
+ db $09, $05 ; dimensions (y, x)
+ dw $4b84, $49a6, $490a ; blocks, texts, scripts
+ db $00 ; connections
+
+ dw $4b30 ; objects
+
+INCBIN "baserom.gbc",$4890A,$4C000-$4890A
SECTION "bank13",DATA,BANK[$13]