Files
pokecrystal/maps/OlivinePortPassage.asm
PikalaxALT 432df825d4 Replaced GROUP_, MAP_ references with the map macro
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro

Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme

Added new macro elevfloor to simplify the definition of elevators under this new scheme
2015-07-23 12:59:19 -04:00

40 lines
717 B
NASM

OlivinePortPassage_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
PokefanMScript_0x76fac:
jumptextfaceplayer UnknownText_0x76faf
UnknownText_0x76faf:
text "FAST SHIP S.S.AQUA"
line "sails to KANTO on"
para "Mondays and Fri-"
line "days."
done
OlivinePortPassage_MapEventHeader:
; filler
db 0, 0
.Warps:
db 5
warp_def $0, $f, 10, OLIVINE_CITY
warp_def $0, $10, 11, OLIVINE_CITY
warp_def $4, $f, 4, OLIVINE_PORT_PASSAGE
warp_def $2, $3, 3, OLIVINE_PORT_PASSAGE
warp_def $e, $3, 1, OLIVINE_PORT
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 1
person_event SPRITE_POKEFAN_M, 5, 21, OW_LEFT | $0, $0, -1, -1, $0, 0, PokefanMScript_0x76fac, EVENT_OLIVINE_PORT_PASSAGE_POKEFAN_M