summaryrefslogtreecommitdiff
path: root/maps/PlayersHouse1F.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/PlayersHouse1F.asm')
-rw-r--r--maps/PlayersHouse1F.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/PlayersHouse1F.asm b/maps/PlayersHouse1F.asm
index e29a9f8a..b9b109ed 100644
--- a/maps/PlayersHouse1F.asm
+++ b/maps/PlayersHouse1F.asm
@@ -1,4 +1,4 @@
- const_def 2 ; object constants
+ object_const_def ; object_event constants
const PLAYERSHOUSE1F_MOM1
const PLAYERSHOUSE1F_MOM2
const PLAYERSHOUSE1F_MOM3
@@ -27,7 +27,7 @@ MeetMomScript:
opentext
writetext ElmsLookingForYouText
promptbutton
- getstring STRING_BUFFER_4, GearName
+ getstring STRING_BUFFER_4, PokegearName
scall PlayersHouse1FReceiveItemStd
setflag ENGINE_POKEGEAR
setflag ENGINE_PHONE_CARD
@@ -71,11 +71,11 @@ MeetMomScript:
writetext InstructionsNextText
waitbutton
closetext
- applymovement PLAYERSHOUSE1F_MOM1, MomTurnsBackMovement
+ applymovement PLAYERSHOUSE1F_MOM1, MomWalksBackMovement
special RestartMapMusic
end
-GearName:
+PokegearName:
db "#GEAR@"
PlayersHouse1FReceiveItemStd:
@@ -141,7 +141,7 @@ MomWalksToPlayerMovement:
slow_step UP
step_end
-MomTurnsBackMovement:
+MomWalksBackMovement:
slow_step DOWN
slow_step LEFT
slow_step LEFT