diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:55:13 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:55:13 -0600 |
commit | 44ae6a50c57c814c032c73d659c56f59adbf5f51 (patch) | |
tree | 253b719d643793fa669d08285d850b9049e6f74b /pokered.asm | |
parent | a1cd1f8545d730c15453874f29a6b1abc406079a (diff) |
SSAnne8_h map header asm
hg-commit-id: 5456d475905c
Diffstat (limited to 'pokered.asm')
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index e20260d2..98c62b43 100644 --- a/pokered.asm +++ b/pokered.asm @@ -15074,7 +15074,17 @@ SSAnne7_h: ; 0x61889 to 0x61895 (12 bytes) (id=101) dw $5946 ; objects -INCBIN "baserom.gbc",$61895,$276b +INCBIN "baserom.gbc",$61895,$6196a - $61895 + +SSAnne8_h: ; 0x6196a to 0x61976 (12 bytes) (id=102) + db $0d ; tileset + db $08, $0c ; dimensions (y, x) + dw $5adf, $598f, $5976 ; blocks, texts, scripts + db $00 ; connections + + dw $5a60 ; objects + +INCBIN "baserom.gbc",$61976,$268a SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |