diff options
Diffstat (limited to 'data/mapHeaders/ceruleanmart.asm')
-rwxr-xr-x | data/mapHeaders/ceruleanmart.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/ceruleanmart.asm b/data/mapHeaders/ceruleanmart.asm new file mode 100755 index 00000000..a2e112fd --- /dev/null +++ b/data/mapHeaders/ceruleanmart.asm @@ -0,0 +1,6 @@ +CeruleanMart_h: ; 0x5c889 to 0x5c895 (12 bytes) (id=67) + db MART ; tileset + db CERULEAN_MART_HEIGHT, CERULEAN_MART_WIDTH ; dimensions (y, x) + dw CeruleanMartBlocks, CeruleanMartTextPointers, CeruleanMartScript ; blocks, texts, scripts + db $00 ; connections + dw CeruleanMartObject ; objects |