diff options
Diffstat (limited to 'data/mapHeaders/lorelei.asm')
-rwxr-xr-x | data/mapHeaders/lorelei.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/lorelei.asm b/data/mapHeaders/lorelei.asm new file mode 100755 index 00000000..e1261c3e --- /dev/null +++ b/data/mapHeaders/lorelei.asm @@ -0,0 +1,6 @@ +Lorelei_h: ; 0x7616f to 0x7617b (12 bytes) (id=245) + db GYM ; tileset + db LORELEIS_ROOM_HEIGHT, LORELEIS_ROOM_WIDTH ; dimensions (y, x) + dw LoreleiBlocks, LoreleiTextPointers, LoreleiScript ; blocks, texts, scripts + db $00 ; connections + dw LoreleiObject ; objects |