diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:58 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:58 -0600 |
commit | a1cd1f8545d730c15453874f29a6b1abc406079a (patch) | |
tree | b4b0bef500252de8429fb9eccc7249cde3781696 | |
parent | 2020fe28b15b548163e44c5f5f9a5de98387d9c9 (diff) |
SAnne7_h map header asm
hg-commit-id: b5f1e918c0bd
-rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index b192c976..e20260d2 100644 --- a/pokered.asm +++ b/pokered.asm @@ -15064,7 +15064,17 @@ SSAnne6_h: ; 0x617a7 to 0x617b3 (12 bytes) (id=100) dw $581b ; objects -INCBIN "baserom.gbc",$617b3,$284d +INCBIN "baserom.gbc",$617b3,$61889 - $617b3 + +SSAnne7_h: ; 0x61889 to 0x61895 (12 bytes) (id=101) + db $0d ; tileset + db $04, $03 ; dimensions (y, x) + dw $595e, $58a7, $5895 ; blocks, texts, scripts + db $00 ; connections + + dw $5946 ; objects + +INCBIN "baserom.gbc",$61895,$276b SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |