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