aboutsummaryrefslogtreecommitdiffstats
path: root/home/names2.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 01:00:45 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 01:00:45 -0400
commite4e0af4d6713161d46cc0a1d580645ca40d6fa81 (patch)
tree34468478ff888022c58fdb6548a02e4069e1fba9 /home/names2.asm
parentMake suggested changes from review (diff)
downloadpokeyellow-e4e0af4d6713161d46cc0a1d580645ca40d6fa81.tar.gz
pokeyellow-e4e0af4d6713161d46cc0a1d580645ca40d6fa81.tar.xz
pokeyellow-e4e0af4d6713161d46cc0a1d580645ca40d6fa81.zip
Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported by rgbds 0.4.0)
Diffstat (limited to 'home/names2.asm')
-rw-r--r--home/names2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/names2.asm b/home/names2.asm
index 178a0780..319febd3 100644
--- a/home/names2.asm
+++ b/home/names2.asm
@@ -77,7 +77,7 @@ GetName::
ld h, d
ld l, e
ld de, wcd6d
- ld bc, $0014
+ ld bc, $14
call CopyData
.gotPtr
ld a, e