summaryrefslogtreecommitdiff
path: root/engine/pokemon/types.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokemon/types.asm')
-rw-r--r--engine/pokemon/types.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/types.asm b/engine/pokemon/types.asm
index d546dbca..e925784d 100644
--- a/engine/pokemon/types.asm
+++ b/engine/pokemon/types.asm
@@ -74,9 +74,9 @@ PrintType:
jp PlaceString
GetTypeName:
-; Copy the name of type [wNamedObjectIndexBuffer] to wStringBuffer1.
+; Copy the name of type [wNamedObjectIndex] to wStringBuffer1.
- ld a, [wNamedObjectIndexBuffer]
+ ld a, [wNamedObjectIndex]
ld hl, TypeNames
ld e, a
ld d, 0