Labelling some of Morty's scripts.
This commit is contained in:
@@ -19,7 +19,7 @@ EcruteakGym_MapScriptHeader:
|
|||||||
db 0
|
db 0
|
||||||
|
|
||||||
UnknownScript_0x99d53:
|
UnknownScript_0x99d53:
|
||||||
priorityjump UnknownScript_0x99dc6
|
priorityjump EcruteakGymClosed
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x99d57:
|
UnknownScript_0x99d57:
|
||||||
@@ -39,7 +39,7 @@ MortyScript_0x99d58:
|
|||||||
reloadmapafterbattle
|
reloadmapafterbattle
|
||||||
setevent EVENT_BEAT_MORTY
|
setevent EVENT_BEAT_MORTY
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x9a043
|
writetext Text_ReceivedFogBadge
|
||||||
playsound SFX_GET_BADGE
|
playsound SFX_GET_BADGE
|
||||||
waitsfx
|
waitsfx
|
||||||
setflag ENGINE_FOGBADGE
|
setflag ENGINE_FOGBADGE
|
||||||
@@ -50,25 +50,25 @@ MortyScript_0x99d58:
|
|||||||
setevent EVENT_RANG_CLEAR_BELL_2
|
setevent EVENT_RANG_CLEAR_BELL_2
|
||||||
.FightDone:
|
.FightDone:
|
||||||
checkevent EVENT_GOT_TM30_SHADOW_BALL
|
checkevent EVENT_GOT_TM30_SHADOW_BALL
|
||||||
iftrue UnknownScript_0x99db1
|
iftrue .GotShadowBall
|
||||||
setevent EVENT_BEAT_SAGE_JEFFREY
|
setevent EVENT_BEAT_SAGE_JEFFREY
|
||||||
setevent EVENT_BEAT_SAGE_PING
|
setevent EVENT_BEAT_SAGE_PING
|
||||||
setevent EVENT_BEAT_MEDIUM_MARTHA
|
setevent EVENT_BEAT_MEDIUM_MARTHA
|
||||||
setevent EVENT_BEAT_MEDIUM_GRACE
|
setevent EVENT_BEAT_MEDIUM_GRACE
|
||||||
writetext UnknownText_0x9a059
|
writetext MortyText_FogBadgeSpeech
|
||||||
buttonsound
|
buttonsound
|
||||||
verbosegiveitem TM_SHADOW_BALL
|
verbosegiveitem TM_SHADOW_BALL
|
||||||
iffalse UnknownScript_0x99db5
|
iffalse .NoRoomForShadowBall
|
||||||
setevent EVENT_GOT_TM30_SHADOW_BALL
|
setevent EVENT_GOT_TM30_SHADOW_BALL
|
||||||
writetext UnknownText_0x9a0ec
|
writetext MortyText_ShadowBallSpeech
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x99db1:
|
.GotShadowBall:
|
||||||
writetext UnknownText_0x9a145
|
writetext UnknownText_0x9a145
|
||||||
waitbutton
|
waitbutton
|
||||||
UnknownScript_0x99db5:
|
.NoRoomForShadowBall:
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ EcruteakGymTriggerRockets:
|
|||||||
.RadioTowerRockets:
|
.RadioTowerRockets:
|
||||||
jumpstd radiotowerrockets
|
jumpstd radiotowerrockets
|
||||||
|
|
||||||
UnknownScript_0x99dc6:
|
EcruteakGymClosed:
|
||||||
applymovement PLAYER, MovementData_0x99e5d
|
applymovement PLAYER, MovementData_0x99e5d
|
||||||
applymovement ECRUTEAKGYM_GRAMPS, MovementData_0x99e63
|
applymovement ECRUTEAKGYM_GRAMPS, MovementData_0x99e63
|
||||||
opentext
|
opentext
|
||||||
@@ -230,12 +230,12 @@ UnknownText_0x9a00a:
|
|||||||
line "BADGE is yours."
|
line "BADGE is yours."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x9a043:
|
Text_ReceivedFogBadge:
|
||||||
text "<PLAYER> received"
|
text "<PLAYER> received"
|
||||||
line "FOGBADGE."
|
line "FOGBADGE."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x9a059:
|
MortyText_FogBadgeSpeech:
|
||||||
text "By having FOG-"
|
text "By having FOG-"
|
||||||
line "BADGE, #MON up"
|
line "BADGE, #MON up"
|
||||||
|
|
||||||
@@ -252,7 +252,7 @@ UnknownText_0x9a059:
|
|||||||
line "this too."
|
line "this too."
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x9a0ec:
|
MortyText_ShadowBallSpeech:
|
||||||
text "It's SHADOW BALL."
|
text "It's SHADOW BALL."
|
||||||
line "It causes damage"
|
line "It causes damage"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user