diff options
Diffstat (limited to 'data/text/common_3.asm')
-rw-r--r-- | data/text/common_3.asm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/data/text/common_3.asm b/data/text/common_3.asm index 45f31824..cc3ee20c 100644 --- a/data/text/common_3.asm +++ b/data/text/common_3.asm @@ -82,8 +82,7 @@ _PhoneThankYouText:: text "Thank you!" done -; unused -UnknownText_0x198152:: +_SpaceSpaceColonText:: ; unreferenced text " :" done @@ -168,7 +167,7 @@ Text_MoveForgetCount:: text_pause text_end - text_end ; unused + text_end ; unreferenced _MoveForgotText:: text " Poof!@" @@ -266,7 +265,7 @@ Text_BallCaught:: sound_caught_mon text_end - text_end ; unused + text_end ; unreferenced _WaitButtonText:: text_promptbutton @@ -332,7 +331,7 @@ Text_PlayedPokeFlute:: text_promptbutton text_end - text_end ; unused + text_end ; unreferenced ; BUG: "done" is not a valid terminator here, needs to change to "text_end" _CoinCaseCountText:: |