summaryrefslogtreecommitdiff
path: root/maps/OlivineGoodRodHouse.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-25 10:16:29 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-25 10:16:29 -0500
commit01792e00d2d1b0fc1e5550f13a8851c21917aa60 (patch)
tree2a1241f269e70af4d6712731fef354429da17ed8 /maps/OlivineGoodRodHouse.asm
parentf599e477fc3306dbca9cad4aeadfe7a66b84c7bc (diff)
Rename several script commands
Diffstat (limited to 'maps/OlivineGoodRodHouse.asm')
-rw-r--r--maps/OlivineGoodRodHouse.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/OlivineGoodRodHouse.asm b/maps/OlivineGoodRodHouse.asm
index c704bc967..e8d4edeb4 100644
--- a/maps/OlivineGoodRodHouse.asm
+++ b/maps/OlivineGoodRodHouse.asm
@@ -17,21 +17,21 @@ GoodRodGuru:
keeptextopen
verbosegiveitem GOOD_ROD
writetext GaveGoodRodText
+ waitbutton
closetext
- loadmovesprites
setevent EVENT_GOT_GOOD_ROD
end
.DontWantIt
writetext DontWantGoodRodText
+ waitbutton
closetext
- loadmovesprites
end
.AlreadyGotItem
writetext HaveGoodRodText
+ waitbutton
closetext
- loadmovesprites
end
GoodRodHouseBookshelf: