diff options
Diffstat (limited to 'data/mapHeaders/indigoplateaulobby.asm')
-rwxr-xr-x | data/mapHeaders/indigoplateaulobby.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/indigoplateaulobby.asm b/data/mapHeaders/indigoplateaulobby.asm new file mode 100755 index 00000000..d0e056ac --- /dev/null +++ b/data/mapHeaders/indigoplateaulobby.asm @@ -0,0 +1,6 @@ +IndigoPlateauLobby_h: ; 0x19c4f to 0x19c5b (12 bytes) (bank=6) (id=174) + db MART ; tileset + db INDIGO_PLATEAU_LOBBY_HEIGHT, INDIGO_PLATEAU_LOBBY_WIDTH ; dimensions (y, x) + dw IndigoPlateauLobbyBlocks, IndigoPlateauLobbyTextPointers, IndigoPlateauLobbyScript ; blocks, texts, scripts + db $00 ; connections + dw IndigoPlateauLobbyObject ; objects |