* Remove rept 4 (fa3192e)

* FindGreaterThanThatLevel -> FindAboveLevel (132fe46)
* More meaningful egg group names (0eeb00d)
This commit is contained in:
Rangi
2018-02-25 19:23:01 -05:00
parent cbd423ec08
commit 60add76ee7
95 changed files with 105 additions and 104 deletions

View File

@@ -50,10 +50,10 @@ UnusedSetSeenMon: ; c252
ret
; c25a
FindPartyMonGreaterThanThatLevel: ; c25a
FindPartyMonAboveLevel: ; c25a
ld a, [wScriptVar]
ld b, a
farcall _FindPartyMonGreaterThanThatLevel
farcall _FindPartyMonAboveLevel
jr z, FoundNone
jr FoundOne