diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:49:03 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:49:03 -0600 |
commit | 2465aebc74f5995ee76a9de05019bba4f377cc78 (patch) | |
tree | 39e775f3f4380d120b3c01107e6819eb49649b9b | |
parent | 1bd802bbb3a1fb288d040d10944fb7c5daf9a66d (diff) |
SaffronGym_h map header asm
hg-commit-id: a4c160e9767c
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 679bc59f..fc0b3348 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14801,7 +14801,17 @@ FightingDojo_h: ; 0x5cd51 to 0x5cd5d (12 bytes) (id=177) dw $4f9b ; objects -INCBIN "baserom.gbc",$5cd5d,$32a3 +INCBIN "baserom.gbc",$5cd5d,$5d001 - $5cd5d + +SaffronGym_h: ; 0x5d001 to 0x5d00d (12 bytes) (id=178) + db $16 ; tileset + db $09, $0a ; dimensions (y, x) + dw $53a3, $50ab, $500d ; blocks, texts, scripts + db $00 ; connections + + dw $5259 ; objects + +INCBIN "baserom.gbc",$5d00d,$2ff3 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |