pokecrystal-board/maps/Route6.asm

110 lines
2.1 KiB
NASM
Raw Normal View History

2015-07-10 01:20:21 -07:00
Route6_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:20:21 -07:00
TrainerPokefanmRex:
trainer EVENT_BEAT_POKEFANM_REX, POKEFANM, REX, PokefanmRexSeenText, PokefanmRexBeatenText, $0000, PokefanmRexScript
2015-07-10 01:20:21 -07:00
PokefanmRexScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1ad9ff
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
TrainerPokefanmAllan:
trainer EVENT_BEAT_POKEFANM_ALLAN, POKEFANM, ALLAN, PokefanmAllanSeenText, PokefanmAllanBeatenText, $0000, PokefanmAllanScript
2015-07-10 01:20:21 -07:00
PokefanmAllanScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1ada88
closetext
loadmovesprites
end
2015-07-10 01:20:21 -07:00
PokefanMScript_0x1ad951:
jumptextfaceplayer UnknownText_0x1ad957
2015-07-10 01:20:21 -07:00
MapRoute6Signpost0Script:
jumptext UnknownText_0x1ad99b
2015-07-10 01:20:21 -07:00
UnknownText_0x1ad957:
text "The road is closed"
line "until the problem"
para "at the POWER PLANT"
line "is solved."
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1ad99b:
text "UNDERGROUND PATH"
para "CERULEAN CITY -"
line "VERMILION CITY"
done
2015-07-10 01:20:21 -07:00
PokefanmRexSeenText:
text "My PHANPY is the"
line "cutest in the"
cont "world."
done
2015-07-10 01:20:21 -07:00
PokefanmRexBeatenText:
text "My PHANPY!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1ad9ff:
text "Look how adorable"
line "my PHANPY acts!"
para "Isn't it cute"
line "enough to make"
cont "your heart melt?"
done
2015-07-10 01:20:21 -07:00
PokefanmAllanSeenText:
text "My TEDDIURSA is"
line "the cutest in the"
cont "world."
done
2015-07-10 01:20:21 -07:00
PokefanmAllanBeatenText:
text "My TEDDIURSA!"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1ada88:
text "Look how adorable"
line "my TEDDIURSA acts!"
para "Isn't it cute"
line "enough to make"
cont "your heart melt?"
done
2015-07-10 01:20:21 -07:00
Route6_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $3, $11, 1, ROUTE_6_UNDERGROUND_ENTRANCE
warp_def $1, $6, 3, ROUTE_6_SAFFRON_GATE
.XYTriggers:
db 0
.Signposts:
db 1
signpost 5, 19, SIGNPOST_READ, MapRoute6Signpost0Script
.PersonEvents:
db 3
person_event SPRITE_POKEFAN_M, 8, 21, $6, 0, 0, -1, -1, 8 + PAL_OW_BROWN, 0, 2, PokefanMScript_0x1ad951, EVENT_ROUTE_5_6_POKEFAN_M_BLOCKS_UNDERGROUND_PATH
person_event SPRITE_POKEFAN_M, 16, 13, $9, 0, 0, -1, -1, 8 + PAL_OW_RED, 2, 0, TrainerPokefanmRex, -1
person_event SPRITE_POKEFAN_M, 16, 14, $8, 0, 0, -1, -1, 8 + PAL_OW_RED, 2, 0, TrainerPokefanmAllan, -1