diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:36 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:36 -0600 |
commit | bf2baed5d6506beb24e3134ce52a1a2c0149eacb (patch) | |
tree | 28d959d53e2552fed1c4c4b5f22e086cd229fdbd | |
parent | 070cdb93c10f6b9fb05f455c1b7374003cb6a63d (diff) |
SSAnne5_h map header asm
hg-commit-id: a4059b6f0894
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 646aaa70..e50ecae8 100644 --- a/pokered.asm +++ b/pokered.asm @@ -15044,7 +15044,17 @@ SSAnne4_h: ; 0x61622 to 0x6162e (12 bytes) (id=98) dw $5632 ; objects -INCBIN "baserom.gbc",$6162e,$29d2 +INCBIN "baserom.gbc",$6162e,$616a2 - $6162e + +SSAnne5_h: ; 0x616a2 to 0x616ae (12 bytes) (id=99) + db $0d ; tileset + db $07, $0a ; dimensions (y, x) + dw $5761, $56c7, $56ae ; blocks, texts, scripts + db $00 ; connections + + dw $572b ; objects + +INCBIN "baserom.gbc",$616ae,$2952 SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |