diff options
author | entrpntr <entrpntr@gmail.com> | 2020-03-14 15:12:13 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-03-17 11:03:16 -0400 |
commit | 1e0807e4bfd5ca3e710c284cbbd4c0a50131baf3 (patch) | |
tree | 30c3108612fa8196fee6241070e21515ed111867 /data | |
parent | 6231351906960364a5ad2f34efefd809cceb0eb8 (diff) |
Itemfinder routines and labels.
Diffstat (limited to 'data')
-rw-r--r-- | data/text/common_2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/text/common_2.asm b/data/text/common_2.asm index c8b243be..9f6c9413 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -217,13 +217,13 @@ UnknownText_0x1c0a4e:: line "out!" done -UnknownText_0x1c0a77:: +_ItemfinderItemNearbyText:: text "Yes! ITEMFINDER" line "indicates there's" cont "an item nearby." prompt -UnknownText_0x1c0aa9:: +_ItemfinderNopeText:: text "Nope! ITEMFINDER" line "isn't responding." prompt |