diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-17 17:18:23 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-17 17:18:23 -0400 |
| commit | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (patch) | |
| tree | 7b1cafe1ca8d3aacb63254118cfc5f8c173adc52 /data/mapHeaders/ssanne7.asm | |
| parent | Pull map objects out of main.asm (diff) | |
| download | pokeyellow-4e4e72d02a5a202daea3a73363d2a4c3ba34e724.tar.gz pokeyellow-4e4e72d02a5a202daea3a73363d2a4c3ba34e724.tar.xz pokeyellow-4e4e72d02a5a202daea3a73363d2a4c3ba34e724.zip | |
Pull map headers out of main.asm
Diffstat (limited to 'data/mapHeaders/ssanne7.asm')
| -rwxr-xr-x | data/mapHeaders/ssanne7.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/ssanne7.asm b/data/mapHeaders/ssanne7.asm new file mode 100755 index 00000000..66da59c0 --- /dev/null +++ b/data/mapHeaders/ssanne7.asm @@ -0,0 +1,6 @@ +SSAnne7_h: ; 0x61889 to 0x61895 (12 bytes) (id=101) + db SHIP ; tileset + db SS_ANNE_7_HEIGHT, SS_ANNE_7_WIDTH ; dimensions (y, x) + dw SSAnne7Blocks, SSAnne7TextPointers, SSAnne7Script ; blocks, texts, scripts + db $00 ; connections + dw SSAnne7Object ; objects |
