diff options
Diffstat (limited to 'maps/ElmsLab.asm')
-rw-r--r-- | maps/ElmsLab.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/ElmsLab.asm b/maps/ElmsLab.asm index 4f7ef7b5..167c1025 100644 --- a/maps/ElmsLab.asm +++ b/maps/ElmsLab.asm @@ -133,7 +133,7 @@ CyndaquilPokeBallScript: writetext ChoseStarterText buttonsound waitsfx - pokenamemem CYNDAQUIL, MEM_BUFFER_0 + pokenamemem CYNDAQUIL, STRING_BUFFER_3 writetext ReceivedStarterText playsound SFX_CAUGHT_MON waitsfx @@ -163,7 +163,7 @@ TotodilePokeBallScript: writetext ChoseStarterText buttonsound waitsfx - pokenamemem TOTODILE, MEM_BUFFER_0 + pokenamemem TOTODILE, STRING_BUFFER_3 writetext ReceivedStarterText playsound SFX_CAUGHT_MON waitsfx @@ -191,7 +191,7 @@ ChikoritaPokeBallScript: writetext ChoseStarterText buttonsound waitsfx - pokenamemem CHIKORITA, MEM_BUFFER_0 + pokenamemem CHIKORITA, STRING_BUFFER_3 writetext ReceivedStarterText playsound SFX_CAUGHT_MON waitsfx @@ -455,7 +455,7 @@ AideScript_GiveYouBalls: opentext writetext AideText_GiveYouBalls buttonsound - itemtotext POKE_BALL, MEM_BUFFER_1 + itemtotext POKE_BALL, STRING_BUFFER_4 scall AideScript_ReceiveTheBalls giveitem POKE_BALL, 5 writetext AideText_ExplainBalls |