diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-01 02:18:33 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-01 02:18:33 -0400 |
commit | 2bc79616c484472021ca95c56f759f4e4ddb6d6d (patch) | |
tree | e49a97d22eb529e0be89d2ee8f5d8a1270559430 /data/text | |
parent | 03bc01bf4efea42661600089af1a8ff787a093a5 (diff) |
Add engine/overworld/wildmons.asm (without data files).
Diffstat (limited to 'data/text')
-rwxr-xr-x | data/text/common_1.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/text/common_1.asm b/data/text/common_1.asm index fab936d0..169cc9a9 100755 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -993,7 +993,7 @@ _ButNoSpaceText:: line "no space left…" done -UnknownText_0x1bd34b:: +_JustSawSomeRareMonText:: text "I just saw some" line "rare @" text_ram wStringBuffer1 @@ -1007,7 +1007,7 @@ UnknownText_0x1bd34b:: cont "#MON, OK?" prompt -UnknownText_0x1bd39e:: +_SavingRecordText:: text "SAVING RECORD…" line "DON'T TURN OFF!" done |