aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/VermilionPokecenter.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-11-20 00:33:27 -0600
committerdannye <33dannye@gmail.com>2023-11-20 20:23:27 -0600
commit298e99d3776580585c3f434e5d93137ae431bdd3 (patch)
treea808c4ffd0fd0f9bd28972bae5236e0d3345c8e5 /data/maps/objects/VermilionPokecenter.asm
parentAdd sound bits documentation for wOptions (#110) (diff)
parentName 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) (diff)
downloadpokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.gz
pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.xz
pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'data/maps/objects/VermilionPokecenter.asm')
-rw-r--r--data/maps/objects/VermilionPokecenter.asm17
1 files changed, 12 insertions, 5 deletions
diff --git a/data/maps/objects/VermilionPokecenter.asm b/data/maps/objects/VermilionPokecenter.asm
index 9ba5da69..b4e1e01a 100644
--- a/data/maps/objects/VermilionPokecenter.asm
+++ b/data/maps/objects/VermilionPokecenter.asm
@@ -1,3 +1,10 @@
+ object_const_def
+ const_export VERMILIONPOKECENTER_NURSE
+ const_export VERMILIONPOKECENTER_FISHING_GURU
+ const_export VERMILIONPOKECENTER_SAILOR
+ const_export VERMILIONPOKECENTER_LINK_RECEPTIONIST
+ const_export VERMILIONPOKECENTER_CHANSEY
+
VermilionPokecenter_Object:
db $0 ; border block
@@ -8,10 +15,10 @@ VermilionPokecenter_Object:
def_bg_events
def_object_events
- object_event 3, 1, SPRITE_NURSE, STAY, DOWN, 1 ; person
- object_event 10, 5, SPRITE_FISHING_GURU, STAY, NONE, 2 ; person
- object_event 5, 4, SPRITE_SAILOR, STAY, NONE, 3 ; person
- object_event 11, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, 4 ; person
- object_event 4, 1, SPRITE_CHANSEY, STAY, DOWN, 5 ; person
+ object_event 3, 1, SPRITE_NURSE, STAY, DOWN, TEXT_VERMILIONPOKECENTER_NURSE
+ object_event 10, 5, SPRITE_FISHING_GURU, STAY, NONE, TEXT_VERMILIONPOKECENTER_FISHING_GURU
+ object_event 5, 4, SPRITE_SAILOR, STAY, NONE, TEXT_VERMILIONPOKECENTER_SAILOR
+ object_event 11, 2, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, TEXT_VERMILIONPOKECENTER_LINK_RECEPTIONIST
+ object_event 4, 1, SPRITE_CHANSEY, STAY, DOWN, TEXT_VERMILIONPOKECENTER_CHANSEY
def_warps_to VERMILION_POKECENTER