diff options
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/common_1.asm | 12 | ||||
-rw-r--r-- | data/text/common_2.asm | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/data/text/common_1.asm b/data/text/common_1.asm index 6012cdbc..4fb43989 100644 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -965,30 +965,30 @@ UnknownText_0x1bd2bc:: text "Which floor?" done -UnknownText_0x1bd2ca:: +_BugCatchingContestTimeUpText:: text "ANNOUNCER: BEEEP!" para "Time's up!" done -UnknownText_0x1bd2e7:: +_BugCatchingContestIsOverText:: text "ANNOUNCER: The" line "Contest is over!" done -UnknownText_0x1bd308:: +_RepelWoreOffText:: text "REPEL's effect" line "wore off." done -UnknownText_0x1bd321:: +_PlayerFoundItemText:: text "<PLAYER> found" line "@" text_from_ram wStringBuffer3 text "." done -UnknownText_0x1bd331:: +_ButNoSpaceText:: text "But <PLAYER> has" line "no space left…" done @@ -1832,4 +1832,4 @@ UsedSurfText_:: text_from_ram wStringBuffer2 text " used" line "SURF!" - done + done
\ No newline at end of file diff --git a/data/text/common_2.asm b/data/text/common_2.asm index 4bffc8ed..d9d5fd6c 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -196,14 +196,14 @@ Text_MonCanCutThis_:: line "CUT!" done -UnknownText_0x1c0a1c:: +_FoundItemText:: text "<PLAYER> found" line "@" text_from_ram wStringBuffer3 text "!" done -UnknownText_0x1c0a2c:: +_CantCarryItemText:: text "But <PLAYER> can't" line "carry any more" cont "items!" @@ -1593,4 +1593,4 @@ UnknownText_0x1c502e:: UnknownText_0x1c5049:: text "Bet how many" line "coins?" - done + done
\ No newline at end of file |