summaryrefslogtreecommitdiff
path: root/data/event_scripts.s
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-17 22:00:44 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-17 22:00:44 -0500
commitc4f8f4d11aeb2255fb0e7ccaa1256be7a2a0f63b (patch)
tree2334597bd4530e82543a2a0c7d3c9a16dcd04467 /data/event_scripts.s
parentc940b6771687f7f303e2380a1994939a60e8a139 (diff)
Add STR_VAR_# ids to string buffer macros
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r--data/event_scripts.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s
index 5c7db08d6..c6d6a5fa2 100644
--- a/data/event_scripts.s
+++ b/data/event_scripts.s
@@ -820,7 +820,7 @@ Common_EventScript_NameReceivedPartyMon::
return
Common_EventScript_PlayerHandedOverTheItem::
- bufferitemname 0, VAR_0x8004
+ bufferitemname STR_VAR_1, VAR_0x8004
playfanfare MUS_OBTAIN_TMHM
message gText_PlayerHandedOverTheItem
waitmessage
@@ -1001,7 +1001,7 @@ Common_EventScript_LegendaryFlewAway::
fadescreenswapbuffers FADE_TO_BLACK
removeobject VAR_LAST_TALKED
fadescreenswapbuffers FADE_FROM_BLACK
- bufferspeciesname 0, VAR_0x8004
+ bufferspeciesname STR_VAR_1, VAR_0x8004
msgbox gText_LegendaryFlewAway, MSGBOX_DEFAULT
release
end