Blind wram part 5.

starting to go smoothly
This commit is contained in:
yenatch
2015-02-10 15:32:30 -08:00
parent c07ed74a5d
commit 7c862ca7e2
6 changed files with 190 additions and 189 deletions

View File

@@ -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