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/celadongamecorner.asm | |
parent | bba84059925c25e04fdcef5e4f3e2192176faf2d (diff) |
Label BCD math predefs.
Diffstat (limited to 'scripts/celadongamecorner.asm')
-rwxr-xr-x | scripts/celadongamecorner.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm index be0a04fb..19b920c9 100755 --- a/scripts/celadongamecorner.asm +++ b/scripts/celadongamecorner.asm @@ -157,7 +157,7 @@ CeladonGameCornerText2: ; 48ca9 (12:4ca9) ld hl, $ffa1 ld de, $d349 ld c, $3 - ld a, $c + ld a, $c ; SubtractBCDPredef call Predef xor a ldh [$9f], a @@ -167,7 +167,7 @@ CeladonGameCornerText2: ; 48ca9 (12:4ca9) ld de, $d5a5 ld hl, $ffa1 ld c, $2 - ld a, $b + ld a, $b ; AddBCDPredef call Predef call CeladonGameCornerScript_48f1e ld hl, CeladonGameCornerText_48d27 @@ -236,7 +236,7 @@ CeladonGameCornerText5: ; 48d4a (12:4d4a) ld de, $d5a5 ld hl, $ffa1 ld c, $2 - ld a, $b + ld a, $b ; AddBCDPredef call Predef ld hl, $d77e set 2, [hl] @@ -319,7 +319,7 @@ CeladonGameCornerText9: ; 48dd9 (12:4dd9) ld de, $d5a5 ld hl, $ffa1 ld c, $2 - ld a, $b + ld a, $b ; AddBCDPredef call Predef ld hl, $d77e set 4, [hl] @@ -373,7 +373,7 @@ CeladonGameCornerText10: ; 48e3b (12:4e3b) ld de, $d5a5 ld hl, $ffa1 ld c, $2 - ld a, $b + ld a, $b ; AddBCDPredef call Predef ld hl, $d77e set 3, [hl] |