You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Blind wram part 5.
starting to go smoothly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user