summaryrefslogtreecommitdiff
path: root/scripts/daycarem.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-12 23:00:48 -0700
committerYamaArashi <shadow962@live.com>2015-07-12 23:00:48 -0700
commit4a8c9993ad182296131ef87111e1b6d6e2af4201 (patch)
treecd8044bd5b8e4b88501c2ccf7b006ef296a735ca /scripts/daycarem.asm
parent99df5f0fd79f063ee4c7ec364eadd175a3d83c42 (diff)
named wram variables
Diffstat (limited to 'scripts/daycarem.asm')
-rwxr-xr-xscripts/daycarem.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/daycarem.asm b/scripts/daycarem.asm
index 3fa2d3b9..83b9b3a7 100755
--- a/scripts/daycarem.asm
+++ b/scripts/daycarem.asm
@@ -49,7 +49,7 @@ DayCareMText1: ; 56254 (15:6254)
ld [W_DAYCARE_IN_USE], a
ld a, $3
ld [wcf95], a
- call Func_3a68
+ call MoveMon
xor a
ld [wcf95], a
call RemovePokemon
@@ -158,14 +158,14 @@ DayCareMScript_562e1: ; 562e1 (15:62e1)
predef SubBCDPredef
ld a, (SFX_02_5a - SFX_Headers_02) / 3
call PlaySoundWaitForCurrent
- ld a, $13
+ ld a, MONEY_BOX
ld [wTextBoxID], a
call DisplayTextBoxID
ld hl, DayCareMText_5644f
call PrintText
ld a, $2
ld [wcf95], a
- call Func_3a68
+ call MoveMon
ld a, [wDayCareMonSpecies]
ld [wcf91], a
ld a, [wPartyCount]