diff options
author | Archaemic <Archaemic@users.noreply.github.com> | 2016-01-28 03:05:51 -0800 |
---|---|---|
committer | Archaemic <Archaemic@users.noreply.github.com> | 2016-01-28 03:05:51 -0800 |
commit | 47107d36a31b3dbaa3b8734401d024d2b4ddebc0 (patch) | |
tree | acdee0bd0cb24ae9eaa3a28ae1d24acb734fe7f4 | |
parent | 0952d3eeaa6642e93f9a0dae52f10d99bd8c776b (diff) |
Use text processing constants in text processing routine
-rwxr-xr-x | src/engine/home.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 01def47..49ee293 100755 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -3852,11 +3852,11 @@ Func_2d43: ; 2d43 (0:2d43) jr nc, .asm_2d65 call Func_21f2 jr nc, .asm_2d74 - cp $9 + cp TX_RAM1 jr z, .asm_2dc8 - cp $b + cp TX_RAM2 jr z, .asm_2d8a - cp $c + cp TX_RAM3 jr z, .asm_2db3 jr .asm_2d74 .asm_2d65 |