pokecrystal-board/maps/PowerPlant.asm

418 lines
8.0 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
const POWERPLANT_OFFICER1
const POWERPLANT_GYM_GUY1
const POWERPLANT_GYM_GUY2
const POWERPLANT_OFFICER2
const POWERPLANT_GYM_GUY3
const POWERPLANT_FISHER
2016-04-07 03:13:59 -07:00
const POWERPLANT_FOREST
2015-11-26 21:22:14 -08:00
2015-07-10 01:45:35 -07:00
PowerPlant_MapScriptHeader:
.MapTriggers:
db 2
maptrigger .DummyTrigger0
maptrigger .DummyTrigger1
.MapCallbacks:
db 0
.DummyTrigger0:
end
.DummyTrigger1:
end
2016-04-07 03:13:59 -07:00
PowerPlantGuardPhoneScript:
playsound SFX_CALL
2015-11-26 21:22:14 -08:00
showemote EMOTE_SHOCK, POWERPLANT_OFFICER1, 15
2015-11-25 07:16:29 -08:00
waitsfx
pause 30
2015-11-26 21:22:14 -08:00
applymovement POWERPLANT_OFFICER1, MovementData_0x188ed5
spriteface POWERPLANT_GYM_GUY1, DOWN
spriteface POWERPLANT_GYM_GUY2, DOWN
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x188f22
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2015-11-26 21:22:14 -08:00
spriteface POWERPLANT_OFFICER1, LEFT
spriteface PLAYER, RIGHT
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x188f7f
2015-11-25 07:16:29 -08:00
waitbutton
closetext
spriteface PLAYER, DOWN
2015-11-26 21:22:14 -08:00
applymovement POWERPLANT_OFFICER1, MovementData_0x188eda
dotrigger $0
end
2015-07-10 01:45:35 -07:00
OfficerScript_0x188df5:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x188e0f
2013-09-24 00:48:58 -07:00
checkevent EVENT_MET_MANAGER_AT_POWER_PLANT
iftrue UnknownScript_0x188e09
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x188ee0
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188e09:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x188f7f
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188e0f:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x188fa2
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
GymGuyScript_0x188e15:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x188e23
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x188fcf
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188e23:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x189038
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
GymGuyScript_0x188e29:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x188e37
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x189079
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188e37:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1890ef
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
OfficerScript_0x188e3d:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x188e4b
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18910e
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188e4b:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18917f
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
GymGuyScript_0x188e51:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x188e5f
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1891c2
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188e5f:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x189225
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
PowerPlantManager:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_RETURNED_MACHINE_PART
iftrue UnknownScript_0x188eac
checkitem MACHINE_PART
iftrue UnknownScript_0x188e93
2013-09-24 00:48:58 -07:00
checkevent EVENT_MET_MANAGER_AT_POWER_PLANT
iftrue UnknownScript_0x188e8d
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x189264
2015-11-25 07:16:29 -08:00
waitbutton
closetext
2013-09-24 00:48:58 -07:00
setevent EVENT_MET_MANAGER_AT_POWER_PLANT
clearevent EVENT_CERULEAN_GYM_ROCKET
2013-09-24 00:48:58 -07:00
clearevent EVENT_FOUND_MACHINE_PART_IN_CERULEAN_GYM
domaptrigger CERULEAN_GYM, $1
dotrigger $1
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188e8d:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x189308
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188e93:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x18936e
2015-11-29 19:29:45 -08:00
buttonsound
2015-11-04 17:20:14 -08:00
takeitem MACHINE_PART
2013-09-24 00:48:58 -07:00
setevent EVENT_RETURNED_MACHINE_PART
clearevent EVENT_SAFFRON_TRAIN_STATION_POPULATION
setevent EVENT_ROUTE_5_6_POKEFAN_M_BLOCKS_UNDERGROUND_PATH
setevent EVENT_ROUTE_24_ROCKET
2013-09-24 00:48:58 -07:00
setevent EVENT_RESTORED_POWER_TO_KANTO
clearevent EVENT_GOLDENROD_TRAIN_STATION_GENTLEMAN
2015-07-10 01:45:35 -07:00
UnknownScript_0x188eac:
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_TM07_ZAP_CANNON
iftrue UnknownScript_0x188ec5
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1893c4
2015-11-29 19:29:45 -08:00
buttonsound
2015-11-04 17:20:14 -08:00
verbosegiveitem TM_ZAP_CANNON
iffalse UnknownScript_0x188ec3
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_TM07_ZAP_CANNON
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1893f4
2015-11-25 07:16:29 -08:00
waitbutton
2015-07-10 01:45:35 -07:00
UnknownScript_0x188ec3:
2015-11-25 07:16:29 -08:00
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x188ec5:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x189475
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2016-04-07 03:13:59 -07:00
Forest:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
trade NPCTRADE_FOREST
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-06-25 21:01:08 -07:00
PowerPlantBookshelf:
jumpstd difficultbookshelf
2015-07-10 01:45:35 -07:00
MovementData_0x188ed5:
2016-05-14 10:46:14 -07:00
step RIGHT
step RIGHT
step UP
step UP
step_end
2015-07-10 01:45:35 -07:00
MovementData_0x188eda:
2016-05-14 10:46:14 -07:00
step DOWN
step DOWN
step LEFT
step LEFT
turn_head DOWN
step_end
2015-07-10 01:45:35 -07:00
UnknownText_0x188ee0:
text "A thief broke into"
line "the POWER PLANT…"
para "What is the world"
line "coming to?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x188f22:
text "I just got word"
line "from CERULEAN."
para "It appears that a"
line "shady character"
para "has been loitering"
line "around."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x188f7f:
text "Could I ask for"
line "your cooperation?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x188fa2:
text "We'll have to beef"
line "up our security"
cont "presence."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x188fcf:
text "Someone made off"
line "with a part that's"
para "essential for the"
line "generator."
para "Without it, the"
line "new generator's"
cont "useless!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x189038:
text "The generator's up"
line "and running. It's"
para "making electricity"
line "to spare."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x189079:
text "This POWER PLANT"
line "had been abandoned"
cont "in the past."
para "We got it back up"
line "and running to"
para "provide power to"
line "the MAGNET TRAIN."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1890ef:
text "The generator's"
line "running again!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x18910e:
text "The POWER PLANT's"
line "MANAGER is up"
cont "ahead."
para "But since someone"
line "wrecked the gener-"
cont "ator, he's been"
cont "both sad and"
cont "furious…"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x18917f:
text "Since the gener-"
line "ator's been fixed,"
para "the MANAGER has"
line "been cheerful."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1891c2:
text "The MAGNET TRAIN"
line "consumes a lot of"
cont "electricity."
para "It can't move if"
line "the new generator"
cont "isn't operating."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x189225:
text "All right! We can"
line "finally get the"
para "MAGNET TRAIN"
line "running again."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x189264:
text "MANAGER: I, I, I'm"
line "ready to blast"
cont "someone!"
para "Who would dare"
line "ruin my generator?"
para "I spent so much"
line "time on it!"
para "If I catch him,"
line "he's going to get"
para "a taste of my ZAP"
line "CANNON!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x189308:
text "MANAGER: I won't"
line "forgive him!"
para "The culprit can"
line "cry and apologize,"
para "but I'll still"
line "hammer him!"
para "Gahahahah!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x18936e:
text "MANAGER: Ah! Yeah!"
para "That's the missing"
line "PART from my be-"
cont "loved generator!"
cont "You found it?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1893c4:
text "Wahah! Thanks!"
para "Here! Take this TM"
line "as a reward!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x1893f4:
text "MANAGER: TM07 is"
line "my ZAP CANNON."
para "It's a powerful"
line "technique!"
para "It's not what any-"
line "one would consider"
para "accurate, but it"
line "packs a wallop!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x189475:
text "MANAGER: My be-"
line "loved generator!"
para "Keep pumping the"
line "electricity out!"
done
2015-07-10 01:45:35 -07:00
PowerPlant_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $11, $2, 2, ROUTE_10_NORTH
warp_def $11, $3, 2, ROUTE_10_NORTH
.XYTriggers:
db 1
xy_trigger 1, $c, $5, PowerPlantGuardPhoneScript
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, PowerPlantBookshelf
signpost 1, 1, SIGNPOST_READ, PowerPlantBookshelf
.PersonEvents:
db 7
2017-12-10 17:50:08 -08:00
person_event SPRITE_OFFICER, 14, 4, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, OfficerScript_0x188df5, -1
person_event SPRITE_GYM_GUY, 9, 2, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, GymGuyScript_0x188e15, -1
person_event SPRITE_GYM_GUY, 11, 6, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, GymGuyScript_0x188e29, -1
person_event SPRITE_OFFICER, 3, 9, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, PERSONTYPE_SCRIPT, 0, OfficerScript_0x188e3d, -1
person_event SPRITE_GYM_GUY, 2, 7, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 1, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, GymGuyScript_0x188e51, -1
person_event SPRITE_FISHER, 10, 14, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, PowerPlantManager, -1
person_event SPRITE_GYM_GUY, 5, 5, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, Forest, -1