diff options
author | yenatch <yenatch@gmail.com> | 2014-05-25 17:27:02 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-25 17:27:02 -0700 |
commit | 4be11293e5c7d6bf4a2fc374974545a21a5e3572 (patch) | |
tree | dcba8275056711993a438ef3d8061e30e9a6e19f /scripts/daycarem.asm | |
parent | bba84059925c25e04fdcef5e4f3e2192176faf2d (diff) |
Label BCD math predefs.
Diffstat (limited to 'scripts/daycarem.asm')
-rwxr-xr-x | scripts/daycarem.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/daycarem.asm b/scripts/daycarem.asm index 706a7bbf..96cff2ea 100755 --- a/scripts/daycarem.asm +++ b/scripts/daycarem.asm @@ -120,7 +120,7 @@ DayCareMScript_562e1: ; 562e1 (15:62e1) push hl push de push bc - ld a, $b + ld a, $b ; AddBCDPredef call Predef pop bc pop de @@ -156,7 +156,7 @@ DayCareMScript_562e1: ; 562e1 (15:62e1) inc hl ld de, $d349 ld c, $3 - ld a, $c + ld a, $c ; SubtractBCDPredef call Predef ld a, (SFX_02_5a - SFX_Headers_02) / 3 call PlaySoundWaitForCurrent |