diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 12:48:54 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 12:48:54 -0500 |
| commit | 4aeab6b87901a3571b105564576ac356ca527172 (patch) | |
| tree | 26e986069d9eb4e58a98a9088ee84235c705fb4f /data/text/common_2.asm | |
| parent | 5134266b9a4570f69df5e9bc8a0d91a116da796c (diff) | |
Rename buttonsound to promptbutton
Diffstat (limited to 'data/text/common_2.asm')
| -rw-r--r-- | data/text/common_2.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/text/common_2.asm b/data/text/common_2.asm index 0e66d1be3..d71a69c20 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -314,7 +314,7 @@ _CutNothingText:: _BlindingFlashText:: text "A blinding FLASH" line "lights the area!@" - text_waitbutton + text_promptbutton text_end text_end ; unused @@ -794,7 +794,7 @@ _BreedEggHatchText:: text " came" line "out of its EGG!@" sound_caught_mon - text_waitbutton + text_promptbutton text_end text_end ; unused @@ -1055,7 +1055,7 @@ _KarpGuruRecordText:: text " caught by" line "@" text_ram wMagikarpRecordHoldersName - text_waitbutton + text_promptbutton text_end text_end ; unused @@ -1551,7 +1551,7 @@ _OakText2:: text_end _OakText3:: - text_waitbutton + text_promptbutton text_end text_end ; unused |
