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 c3a65d67f..5ee69cddc 100644 --- a/maps/CeladonCafe.asm +++ b/maps/CeladonCafe.asm @@ -94,7 +94,7 @@ CeladonCafeTrashcan: giveitem LEFTOVERS iffalse .PackFull opentext - itemtotext LEFTOVERS, MEM_BUFFER_0 + getitemname STRING_BUFFER_3, LEFTOVERS writetext FoundLeftoversText playsound SFX_ITEM waitsfx @@ -105,7 +105,7 @@ CeladonCafeTrashcan: .PackFull: opentext - itemtotext LEFTOVERS, MEM_BUFFER_0 + getitemname STRING_BUFFER_3, LEFTOVERS writetext FoundLeftoversText buttonsound writetext NoRoomForLeftoversText |