diff options
Diffstat (limited to 'text/types.asm')
-rw-r--r-- | text/types.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/text/types.asm b/text/types.asm index 2ceedf113..b04cab7f7 100644 --- a/text/types.asm +++ b/text/types.asm @@ -79,9 +79,9 @@ PrintType: ; 50953 GetTypeName: ; 50964 -; Copy the name of type [$d265] to StringBuffer1. +; Copy the name of type [wd265] to StringBuffer1. - ld a, [$d265] + ld a, [wd265] ld hl, TypeNames ld e, a ld d, 0 |