Skip to content

Commit 1a22a13

Browse files
committed
Fix compiler errors
Yay for strict syntax, making sure the exact meaning is clear
1 parent 3a4b10d commit 1a22a13

5 files changed

+7
-7
lines changed

src/Text/other/scr_vroad_mystletaynn.rbc

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ trainerbattle 0x0 0x122 0x0 @msg_before @msg_onLoseFight
55
msgbox @msg_default MSG_NORMAL '"Many TRAINERS give up their\nchall..."
66
end
77

8-
'---------------
9-
#org @oneMember
10-
trainerbattle 0x0 0x122 0x0 @msg_before @msg_onLoseFight2
11-
msgbox @msg_default MSG_NORMAL
12-
end
138

149
'---------
1510
' Strings

src/Text/regular/nowhere_idk_bubbleguns.rbc

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if 0x1 goto @noGive
1313
checkitemroom ITEM_MAXPOTION 0x1
1414
compare LASTRESULT 0x0
1515
if 0x1 goto @punishment
16-
msgbox @okay 0x2
16+
msgbox @msg_give 0x2
1717
loadpointer 0x0 @msg_giveItem
1818
additem ITEM_MAXPOTION 0x1
1919
giveitem2 ITEM_MAXPOTION 0x1 0x10F
@@ -38,6 +38,9 @@ end
3838
#org @msg_noGive
3939
= Oh[.]I see.\pIt's a pretty overpowered item, so\nI understand.
4040

41+
#org @msg_give
42+
= Okay! Let me get it out of my bag.\p[.]Here!
43+
4144
#org @msg_giveItem
4245
= [player] got a MAX\nPOTION. Cheater.
4346

src/Text/regular/src_cinn_SuperNerdAvery_ImmoralDreams.rbc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#dynamic 0x800000
12
'---------------
23
#org 0x16DA96
34
trainerbattle 0x2 0xB2 0x0 @msg_before @msg_onLoseFight 0x816DAB1

src/Text/regular/src_cinn_bDusty_yondi07.rbc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#dynamic 0x800000
12
'---------------
23
#org 0x16DB7F
34
trainerbattle 0x2 0xD7 0x0 @msg_before @msg_onLoseFight 0x816DB9A

src/Text/regular/src_fuch_Koga_shyviolet.rbc

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ end
147147
= You dare challange me? I'll have\nyou know I have quite the\lreputation for BEAR FIGHTING!\c\h0B[Ke]�
148148
'original = KOGA: Fwahahaha!\pA mere child like you dares to\nchallenge me?\pThe very idea makes me shiver\nwith mirth!\pVery well, I shall show you true\nterror as a ninja master.\pPoison brings steady doom.\nSleep renders foes helpless.\pDespair to the creeping horror of\nPOISON-type POK�MON!\c\h0B[Ke]�
149149

150-
#org @msg_onLoseFight 0x198444
150+
#org @msg_onLoseFight '0x198444
151151
= You were a greater adversary than\nany bear could ever be.
152152
'original = Humph!\nYou have proven your worth!\pHere!\nTake the SOULBADGE!
153153

0 commit comments

Comments
 (0)