You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Harmonize engine/overworld with pokegold
This commit is contained in:
@@ -106,11 +106,11 @@ _GetVarAction::
|
||||
|
||||
.UnownCaught:
|
||||
; Number of unique Unown caught.
|
||||
call .count
|
||||
call .count_unown
|
||||
ld a, b
|
||||
jp .loadstringbuffer2
|
||||
|
||||
.count
|
||||
.count_unown
|
||||
ld hl, wUnownDex
|
||||
ld b, 0
|
||||
.loop
|
||||
|
Reference in New Issue
Block a user