diff options
Diffstat (limited to 'maps/CeladonCafe.asm')
-rw-r--r-- | maps/CeladonCafe.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/CeladonCafe.asm b/maps/CeladonCafe.asm index 7e7e96bed..08dd25c4c 100644 --- a/maps/CeladonCafe.asm +++ b/maps/CeladonCafe.asm @@ -207,14 +207,14 @@ EatathonContestPosterText: done FoundLeftoversText: - text $52, " found" + text "<PLAYER> found" line "@" text_from_ram StringBuffer3 text "!" done NoRoomForLeftoversText: - text "But ", $52, " can't" + text "But <PLAYER> can't" line "hold another item…" done |