diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:14 -0600 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-03 17:54:14 -0600 |
| commit | 7ef45d1d46fd1178e01a92cc691b6bba5ab1b731 (patch) | |
| tree | c51e0bbd91ab90dbb1140c6cb38287ade72dfe9a | |
| parent | SSAnne1_h map header asm (diff) | |
| download | pokeyellow-7ef45d1d46fd1178e01a92cc691b6bba5ab1b731.tar.gz pokeyellow-7ef45d1d46fd1178e01a92cc691b6bba5ab1b731.tar.xz pokeyellow-7ef45d1d46fd1178e01a92cc691b6bba5ab1b731.zip | |
SSAnne2_h map header asm
hg-commit-id: f1db809e10a6
| -rw-r--r-- | pokered.asm | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 7e59a49d..e37222a6 100644 --- a/pokered.asm +++ b/pokered.asm @@ -15024,7 +15024,17 @@ SSAnne1_h: ; 0x61259 to 0x61265 (12 bytes) (id=95) dw $5277 ; objects -INCBIN "baserom.gbc",$61265,$2d9b +INCBIN "baserom.gbc",$61265,$61393 - $61265 + +SSAnne2_h: ; 0x61393 to 0x6139f (12 bytes) (id=96) + db $0d ; tileset + db $09, $14 ; dimensions (y, x) + dw $556e, $54db, $539f ; blocks, texts, scripts + db $00 ; connections + + dw $5514 ; objects + +INCBIN "baserom.gbc",$6139f,$2c61 SECTION "bank19",DATA,BANK[$19] Tset00_GFX: |
