diff options
author | yenatch <yenatch@gmail.com> | 2015-02-10 15:32:30 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-10 15:43:27 -0800 |
commit | 7c862ca7e21d0223a5158f3689bfc81755ab06c1 (patch) | |
tree | 441f83120f081d1603900ec1df7e6cdbc7fce1dc /text/types.asm | |
parent | c07ed74a5dbdf7ce684ec02b546862bbcc582f5f (diff) |
Blind wram part 5.
starting to go smoothly
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 |