You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Curr -> Cur
This commit is contained in:
@@ -23,7 +23,7 @@ PrintUnownWord:
|
||||
ld bc, 12
|
||||
ld a, " "
|
||||
call ByteFill
|
||||
ld a, [wDexCurrentUnownIndex]
|
||||
ld a, [wDexCurUnownIndex]
|
||||
ld e, a
|
||||
ld d, 0
|
||||
ld hl, wUnownDex
|
||||
|
||||
Reference in New Issue
Block a user