diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:24 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:24 -0600 |
commit | 070cdb93c10f6b9fb05f455c1b7374003cb6a63d (patch) | |
tree | 470338385ef15b707c26a4bae54045856634d459 | |
parent | 7ef45d1d46fd1178e01a92cc691b6bba5ab1b731 (diff) |
SSAnne4_h map header asm
hg-commit-id: 3b31cb73e565
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index e37222a6..646aaa70 100644 --- a/pokered.asm +++ b/pokered.asm @@ -15034,7 +15034,17 @@ SSAnne2_h: ; 0x61393 to 0x6139f (12 bytes) (id=96) dw $5514 ; objects -INCBIN "baserom.gbc",$6139f,$2c61 +INCBIN "baserom.gbc",$6139f,$61622 - $6139f + +SSAnne4_h: ; 0x61622 to 0x6162e (12 bytes) (id=98) + db $0d ; tileset + db $04, $0f ; dimensions (y, x) + dw $5666, $5631, $562e ; blocks, texts, scripts + db $00 ; connections + + dw $5632 ; objects + +INCBIN "baserom.gbc",$6162e,$29d2 SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |