Harmonize engine/overworld with pokegold

This commit is contained in:
Rangi
2020-06-17 22:12:04 -04:00
parent cc460a17b0
commit 50e182e831
9 changed files with 316 additions and 777 deletions

View File

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