pokecrystal-board/maps/Route3.asm

156 lines
3.2 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const ROUTE3_FISHER1
const ROUTE3_YOUNGSTER1
const ROUTE3_YOUNGSTER2
const ROUTE3_FISHER2
Route3_MapScripts:
.SceneScripts:
db 0
.MapCallbacks:
db 0
2015-07-10 01:20:21 -07:00
TrainerFirebreatherOtis:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_FIREBREATHER_OTIS, FIREBREATHER, OTIS, FirebreatherOtisSeenText, FirebreatherOtisBeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2017-12-10 12:36:58 -08:00
writetext FirebreatherOtisAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerYoungsterWarren:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_YOUNGSTER_WARREN, YOUNGSTER, WARREN, YoungsterWarrenSeenText, YoungsterWarrenBeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2017-12-10 12:36:58 -08:00
writetext YoungsterWarrenAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerYoungsterJimmy:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_YOUNGSTER_JIMMY, YOUNGSTER, JIMMY, YoungsterJimmySeenText, YoungsterJimmyBeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2017-12-10 12:36:58 -08:00
writetext YoungsterJimmyAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
TrainerFirebreatherBurt:
2017-12-17 17:45:04 -08:00
trainer EVENT_BEAT_FIREBREATHER_BURT, FIREBREATHER, BURT, FirebreatherBurtSeenText, FirebreatherBurtBeatenText, 0, .Script
2017-12-17 17:45:04 -08:00
.Script:
2015-11-25 07:16:29 -08:00
end_if_just_battled
2015-12-09 15:25:44 -08:00
opentext
2017-12-10 12:36:58 -08:00
writetext FirebreatherBurtAfterBattleText
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:20:21 -07:00
MapRoute3Signpost0Script:
jumptext UnknownText_0x1ae163
2015-07-10 01:20:21 -07:00
FirebreatherOtisSeenText:
text "Ah! The weather's"
line "as fine as ever."
done
2015-07-10 01:20:21 -07:00
FirebreatherOtisBeatenText:
text "It's sunny, but"
line "I'm all wet…"
done
2017-12-10 12:36:58 -08:00
FirebreatherOtisAfterBattleText:
text "When it rains,"
line "it's hard to get"
cont "ignition…"
done
2015-07-10 01:20:21 -07:00
YoungsterWarrenSeenText:
text "Hmmm… I don't know"
line "what to do…"
done
2015-07-10 01:20:21 -07:00
YoungsterWarrenBeatenText:
text "I knew I'd lose…"
done
2017-12-10 12:36:58 -08:00
YoungsterWarrenAfterBattleText:
text "You looked strong."
para "I was afraid to"
line "take you on…"
done
2015-07-10 01:20:21 -07:00
YoungsterJimmySeenText:
text "I can run like the"
line "wind!"
done
2015-07-10 01:20:21 -07:00
YoungsterJimmyBeatenText:
text "Blown away!"
done
2017-12-10 12:36:58 -08:00
YoungsterJimmyAfterBattleText:
text "I wear shorts the"
line "whole year round."
para "That's my fashion"
line "policy."
done
2015-07-10 01:20:21 -07:00
FirebreatherBurtSeenText:
text "Step right up and"
line "take a look!"
done
2015-07-10 01:20:21 -07:00
FirebreatherBurtBeatenText:
text "Yow! That's hot!"
done
2017-12-10 12:36:58 -08:00
FirebreatherBurtAfterBattleText:
text "The greatest fire-"
line "breather in KANTO,"
cont "that's me."
para "But not the best"
line "trainer…"
done
2015-07-10 01:20:21 -07:00
UnknownText_0x1ae163:
text "MT.MOON SQUARE"
para "Just go up the"
line "stairs."
done
Route3_MapEvents:
; filler
db 0, 0
.Warps:
db 1
warp_def 52, 1, 1, MOUNT_MOON
.CoordEvents:
db 0
.BGEvents:
db 1
bg_event 49, 13, BGEVENT_READ, MapRoute3Signpost0Script
.ObjectEvents:
db 4
object_event 26, 12, SPRITE_FISHER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 2, TrainerFirebreatherOtis, -1
object_event 10, 7, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 3, TrainerYoungsterWarren, -1
object_event 16, 3, SPRITE_YOUNGSTER, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_TRAINER, 1, TrainerYoungsterJimmy, -1
object_event 49, 5, SPRITE_FISHER, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_TRAINER, 3, TrainerFirebreatherBurt, -1