summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchaemic <Archaemic@users.noreply.github.com>2016-01-28 03:05:51 -0800
committerArchaemic <Archaemic@users.noreply.github.com>2016-01-28 03:05:51 -0800
commit47107d36a31b3dbaa3b8734401d024d2b4ddebc0 (patch)
treeacdee0bd0cb24ae9eaa3a28ae1d24acb734fe7f4
parent0952d3eeaa6642e93f9a0dae52f10d99bd8c776b (diff)
Use text processing constants in text processing routine
-rwxr-xr-xsrc/engine/home.asm6
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