Skip to content

Commit 9b3df7e

Browse files
authored
Inline NoSwarmWildmon label (#134)
1 parent 91f0b71 commit 9b3df7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

engine/overworld/wildmons.asm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,16 +432,16 @@ _SwarmWildmonCheck:
432432
call CopyCurrMapDE
433433
ld a, [wSwarmMapGroup]
434434
cp d
435-
jr nz, _NoSwarmWildmon
435+
jr nz, .noSwarm
436436
ld a, [wSwarmMapNumber]
437437
cp e
438-
jr nz, _NoSwarmWildmon
438+
jr nz, .noSwarm
439439
call LookUpWildmonsForMapDE
440-
jr nc, _NoSwarmWildmon
440+
jr nc, .noSwarm
441441
scf
442442
ret
443443

444-
_NoSwarmWildmon:
444+
.noSwarm:
445445
and a
446446
ret
447447

0 commit comments

Comments
 (0)