fix-various-little-things
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™.
This commit is contained in:
@@ -417,7 +417,7 @@ _WaterWildmonLookup: ; 2a21d
|
||||
ld bc, WATER_WILDDATA_LENGTH
|
||||
jr _NormalWildmonOK
|
||||
|
||||
_JohtoWildmonCheck
|
||||
_JohtoWildmonCheck:
|
||||
call IsInJohto
|
||||
and a
|
||||
ret z
|
||||
@@ -425,7 +425,7 @@ _JohtoWildmonCheck
|
||||
ld l, e
|
||||
ret
|
||||
|
||||
_SwarmWildmonCheck
|
||||
_SwarmWildmonCheck:
|
||||
call CopyCurrMapDE
|
||||
push hl
|
||||
ld hl, wSwarmFlags
|
||||
@@ -460,11 +460,11 @@ _SwarmWildmonCheck
|
||||
scf
|
||||
ret
|
||||
|
||||
_NoSwarmWildmon
|
||||
_NoSwarmWildmon:
|
||||
and a
|
||||
ret
|
||||
|
||||
_NormalWildmonOK
|
||||
_NormalWildmonOK:
|
||||
call CopyCurrMapDE
|
||||
jr LookUpWildmonsForMapDE
|
||||
; 2a27f
|
||||
|
Reference in New Issue
Block a user