diff options
Diffstat (limited to 'data/mapObjects/indigoplateau.asm')
-rwxr-xr-x | data/mapObjects/indigoplateau.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/mapObjects/indigoplateau.asm b/data/mapObjects/indigoplateau.asm new file mode 100755 index 00000000..6970963f --- /dev/null +++ b/data/mapObjects/indigoplateau.asm @@ -0,0 +1,14 @@ +IndigoPlateauObject: ; 0x50936 (size=20) + db $e ; border block + + db $2 ; warps + db $5, $9, $0, INDIGO_PLATEAU_LOBBY + db $5, $a, $0, INDIGO_PLATEAU_LOBBY + + db $0 ; signs + + db $0 ; people + + ; warp-to + EVENT_DISP INDIGO_PLATEAU_WIDTH, $5, $9 ; INDIGO_PLATEAU_LOBBY + EVENT_DISP INDIGO_PLATEAU_WIDTH, $5, $a ; INDIGO_PLATEAU_LOBBY |