#641 fixes and additions. (#646)

Name a lot of text labels according to our conventions
This commit is contained in:
mid-kid
2019-10-20 22:24:17 +00:00
committed by Rangi
parent 3fc2ba41f7
commit e3e0bcd653
203 changed files with 4077 additions and 4598 deletions

View File

@@ -19,34 +19,34 @@ MountMortarB1FKiyoScript:
iftrue .GotTyrogue
checkevent EVENT_BEAT_BLACKBELT_KIYO
iftrue .BeatKiyo
writetext UnknownText_0x7e24d
writetext MountMortarB1FKiyoIntroText
waitbutton
closetext
winlosstext UnknownText_0x7e2a9, 0
winlosstext MountMortarB1FKiyoWinText, 0
loadtrainer BLACKBELT_T, KIYO
startbattle
reloadmapafterbattle
setevent EVENT_BEAT_BLACKBELT_KIYO
opentext
.BeatKiyo:
writetext UnknownText_0x7e2c0
writetext MountMortarB1FTyrogueRewardText
buttonsound
waitsfx
readvar VAR_PARTYCOUNT
ifequal PARTY_LENGTH, .NoRoom
writetext UnknownText_0x7e355
writetext MountMortarB1FReceiveMonText
playsound SFX_CAUGHT_MON
waitsfx
givepoke TYROGUE, 10
setevent EVENT_GOT_TYROGUE_FROM_KIYO
.GotTyrogue:
writetext UnknownText_0x7e36a
writetext MountMortarB1FKiyoGotTyrogueText
waitbutton
closetext
end
.NoRoom:
writetext UnknownText_0x7e3df
writetext MountMortarB1FKiyoFullPartyText
waitbutton
closetext
end
@@ -72,7 +72,7 @@ MountMortarB1FPPUp:
MountMortarB1FHiddenMaxRevive:
hiddenitem MAX_REVIVE, EVENT_MOUNT_MORTAR_B1F_HIDDEN_MAX_REVIVE
UnknownText_0x7e24d:
MountMortarB1FKiyoIntroText:
text "Hey!"
para "I am the KARATE"
@@ -87,12 +87,12 @@ UnknownText_0x7e24d:
para "Hwaaarggh!"
done
UnknownText_0x7e2a9:
MountMortarB1FKiyoWinText:
text "Waaaarggh!"
line "I'm beaten!"
done
UnknownText_0x7e2c0:
MountMortarB1FTyrogueRewardText:
text "I… I'm crushed…"
para "My training is"
@@ -108,12 +108,12 @@ UnknownText_0x7e2c0:
line "fighting #MON."
done
UnknownText_0x7e355:
MountMortarB1FReceiveMonText:
text "<PLAYER> received"
line "TYROGUE."
done
UnknownText_0x7e36a:
MountMortarB1FKiyoGotTyrogueText:
text "TYROGUE is a"
line "fighting-type."
@@ -127,7 +127,7 @@ UnknownText_0x7e36a:
para "Farewell!"
done
UnknownText_0x7e3df:
MountMortarB1FKiyoFullPartyText:
text "You have no room"
line "in your party!"
done