summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorAdelaide Walter <adelaidekwalter@gmail.com>2018-01-03 01:29:52 -0500
committerAdelaide Walter <adelaidekwalter@gmail.com>2018-01-03 01:29:52 -0500
commitcd8a22cd2e34da018fd2cdea21f00b6238b824ff (patch)
tree727aac616c631c0e97b1674b2486493db776db5b /home
parent76ee2f58c432f3074d2a796e617e510cb2bcadd9 (diff)
Replace magic reference to PackMenuGFX.
Diffstat (limited to 'home')
-rw-r--r--home/names.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/names.asm b/home/names.asm
index c8f873c3f..6b12af0fb 100644
--- a/home/names.asm
+++ b/home/names.asm
@@ -7,7 +7,7 @@ NamesPointers:: ; 33ab
dbw 0, PartyMonOT
dbw 0, OTPartyMonOT
dba TrainerClassNames
- dbw $4, $4b52 ; within PackMenuGFX
+ dbw $4, PackMenuGFX + 60
; 33c3
GetName:: ; 33c3