diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:46:00 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:46:00 -0600 |
commit | 9bd1fd050edf0d789f898cb6aabf9b30ef9d6c09 (patch) | |
tree | 1489e153af424b8ba52af3e6e6e361dbff97e693 | |
parent | 06b69a3c7f85f7b2ce4d47c9b23cc9c9644984d2 (diff) |
PewterGym_h map header asm
hg-commit-id: a60c10819b51
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 88232409..8eed61a7 100644 --- a/pokered.asm +++ b/pokered.asm @@ -14681,7 +14681,17 @@ MuseumF2_h: ; 0x5c30b to 0x5c317 (12 bytes) (id=53) dw $434b ; objects -INCBIN "baserom.gbc",$5c317,$3ce9 +INCBIN "baserom.gbc",$5c317,$5c37b - $5c317 + +PewterGym_h: ; 0x5c37b to 0x5c387 (12 bytes) (id=54) + db $07 ; tileset + db $07, $05 ; dimensions (y, x) + dw $4558, $4435, $4387 ; blocks, texts, scripts + db $00 ; connections + + dw $452e ; objects + +INCBIN "baserom.gbc",$5c387,$3c79 SECTION "bank18",DATA,BANK[$18] INCBIN "baserom.gbc",$60000,$4000 |