You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
hQuotient is a four-byte buffer (fixes #558)
This commit is contained in:
@@ -43,7 +43,7 @@ GetUnownLetter:
|
||||
call Divide
|
||||
|
||||
; Increment to get 1-26
|
||||
ldh a, [hQuotient + 2]
|
||||
ldh a, [hQuotient + 3]
|
||||
inc a
|
||||
ld [wUnownLetter], a
|
||||
ret
|
||||
|
Reference in New Issue
Block a user