summaryrefslogtreecommitdiff
path: root/engine/events/pokecenter_chansey.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/pokecenter_chansey.asm')
-rw-r--r--engine/events/pokecenter_chansey.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/engine/events/pokecenter_chansey.asm b/engine/events/pokecenter_chansey.asm
new file mode 100644
index 00000000..d7c3a95b
--- /dev/null
+++ b/engine/events/pokecenter_chansey.asm
@@ -0,0 +1,11 @@
+PokecenterChanseyText::
+ ld hl, NurseChanseyText
+ call PrintText
+ ld a, CHANSEY
+ call PlayCry
+ call WaitForSoundToFinish
+ ret
+
+NurseChanseyText:
+ text_far _NurseChanseyText
+ text_end