diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-05-04 10:57:46 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-05-04 10:57:46 -0400 |
| commit | 39a7f59931e03e4ebd155e061ac6e71a6d6bd97a (patch) | |
| tree | 2601e63dcfc316ed96c20887897b2d244782d354 /data/text | |
| parent | 3d651a7c49317e9c2b55bffcb589bf2e1e2b4ccd (diff) | |
Clean up specials and swarms.
Diffstat (limited to 'data/text')
| -rwxr-xr-x | data/text/common_1.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/text/common_1.asm b/data/text/common_1.asm index 169cc9a9..a1c9fdb2 100755 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -1012,7 +1012,7 @@ _SavingRecordText:: line "DON'T TURN OFF!" done -ReceivedMysteryGiftText_:: +_ReceiveItemText:: text_ram wPlayerName text " received" line "@" @@ -1022,11 +1022,11 @@ ReceivedMysteryGiftText_:: text_promptbutton db "@" -NoCoinsText_:: +_NoCoinsText:: text "You have no coins." prompt -NoCoinCaseText_:: +_NoCoinCaseText:: text "You don't have a" line "COIN CASE." prompt |
