pokecrystal-board/maps/Route31VioletGate.asm

47 lines
889 B
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
Route31VioletGate_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
OfficerScript_0x197634:
jumptextfaceplayer UnknownText_0x19763a
2015-07-10 01:45:35 -07:00
CooltrainerFScript_0x197637:
jumptextfaceplayer UnknownText_0x197661
2015-07-10 01:45:35 -07:00
UnknownText_0x19763a:
text "Hi there!"
line "Did you visit"
cont "SPROUT TOWER?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x197661:
text "I came too far"
line "out. I'd better"
cont "phone home!"
done
2015-07-10 01:45:35 -07:00
Route31VioletGate_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $4, $0, 8, VIOLET_CITY
warp_def $5, $0, 9, VIOLET_CITY
warp_def $4, $9, 1, ROUTE_31
warp_def $5, $9, 2, ROUTE_31
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 2
2015-10-24 07:34:19 -07:00
person_event SPRITE_OFFICER, 2, 5, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, OfficerScript_0x197634, -1
person_event SPRITE_COOLTRAINER_F, 2, 1, $3, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, CooltrainerFScript_0x197637, -1