summaryrefslogtreecommitdiff
path: root/data/maps/CeladonCity_DepartmentStore_4F/scripts.inc
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/CeladonCity_DepartmentStore_4F/scripts.inc')
-rw-r--r--data/maps/CeladonCity_DepartmentStore_4F/scripts.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/CeladonCity_DepartmentStore_4F/scripts.inc b/data/maps/CeladonCity_DepartmentStore_4F/scripts.inc
index 84f290500..233bfefc9 100644
--- a/data/maps/CeladonCity_DepartmentStore_4F/scripts.inc
+++ b/data/maps/CeladonCity_DepartmentStore_4F/scripts.inc
@@ -2,27 +2,27 @@ CeladonCity_DepartmentStore_4F_MapScripts:: @ 816BBEE
.byte 0
CeladonCity_DepartmentStore_4F_EventScript_16BBEF:: @ 816BBEF
- msgbox gUnknown_8195A68, 2
+ msgbox gUnknown_8195A68, MSGBOX_NPC
end
CeladonCity_DepartmentStore_4F_EventScript_16BBF8:: @ 816BBF8
- msgbox gUnknown_8195AC9, 2
+ msgbox gUnknown_8195AC9, MSGBOX_NPC
end
CeladonCity_DepartmentStore_4F_EventScript_16BC01:: @ 816BC01
- msgbox gUnknown_8195B5B, 3
+ msgbox gUnknown_8195B5B, MSGBOX_SIGN
end
CeladonCity_DepartmentStore_4F_EventScript_16BC0A:: @ 816BC0A
special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_1A7AE0
lock
faceplayer
- message Text_1A6211
+ message Text_MayIHelpYou
waitmessage
pokemart Items_16BC30
- msgbox gUnknown_81A5190
+ msgbox Text_PleaseComeAgain
release
end