diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:03:44 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 18:03:44 -0600 |
commit | 3213b1ffff0fee0ffb0f3ab083bfa3574897eace (patch) | |
tree | f2d66de20d5fa62f349505833c8e0e4ec819d988 | |
parent | 4f10b26ae468a2eef0a237c6557cc367e641f159 (diff) |
CinnibarGym_h map header asm
hg-commit-id: 374ef5b4e790
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 2178a85e..fc027717 100644 --- a/pokered.asm +++ b/pokered.asm @@ -16177,7 +16177,17 @@ FuchsiaMeetingRoom_h: ; 0x756d7 to 0x756e3 (12 bytes) (id=158) dw $56fc ; objects -INCBIN "baserom.gbc",$756e3,$291d +INCBIN "baserom.gbc",$756e3,$7573e - $756e3 + +CinnibarGym_h: ; 0x7573e to 0x7574a (12 bytes) (id=166) + db $16 ; tileset + db $09, $0a ; dimensions (y, x) + dw $5b26, $589f, $574a ; blocks, texts, scripts + db $00 ; connections + + dw $5acc ; objects + +INCBIN "baserom.gbc",$7574a,$28b6 SECTION "bank1E",DATA,BANK[$1E] INCBIN "baserom.gbc",$78000,$F1 |