diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-03-17 16:20:00 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-03-17 16:20:00 -0400 |
| commit | e67786a7a26ae7531301e928870b204043fb8a6a (patch) | |
| tree | 579c9e876fa2cd46c13ecceed0e8f0358e347131 /data | |
| parent | c248b30aa7487b51a9182a833b1db29f14a7267c (diff) | |
Cleanup of files for banks $02 and $03 for main.asm.
Diffstat (limited to 'data')
| -rw-r--r-- | data/text/common_2.asm | 2 | ||||
| -rw-r--r-- | data/text/common_3.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/text/common_2.asm b/data/text/common_2.asm index bba69b4c..f9caef49 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -580,7 +580,7 @@ Text_CantTakeAnyMorePokemon_:: line "more #MON." prompt -Text_CaughtBugMon_:: +_ContestCaughtMonText:: text "Caught @" text_ram wStringBuffer1 text "!" diff --git a/data/text/common_3.asm b/data/text/common_3.asm index 503d5a76..d89d72d2 100644 --- a/data/text/common_3.asm +++ b/data/text/common_3.asm @@ -445,7 +445,7 @@ Text_GotOffItem_:: text "." prompt -Text_KnowsMove_:: +_KnowsMoveText:: text_ram wStringBuffer1 text " knows" line "@" |
