diff options
Diffstat (limited to 'data/mapHeaders/agatha.asm')
-rwxr-xr-x | data/mapHeaders/agatha.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/agatha.asm b/data/mapHeaders/agatha.asm new file mode 100755 index 00000000..dcfe0231 --- /dev/null +++ b/data/mapHeaders/agatha.asm @@ -0,0 +1,6 @@ +Agatha_h: ; 0x76421 to 0x7642d (12 bytes) (id=247) + db CEMETERY ; tileset + db AGATHAS_ROOM_HEIGHT, AGATHAS_ROOM_WIDTH ; dimensions (y, x) + dw AgathaBlocks, AgathaTextPointers, AgathaScript ; blocks, texts, scripts + db $00 ; connections + dw AgathaObject ; objects |