You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
underground switches, town map
This commit is contained in:
@@ -498,22 +498,22 @@ Special_ActivateFishingSwarm: ; c3fc
|
||||
; c403
|
||||
|
||||
|
||||
LoadWildData:: ; c403
|
||||
StoreSwarmMapIndices:: ; c403
|
||||
ld a, c
|
||||
and a
|
||||
jr nz, .swarm_route35
|
||||
jr nz, .yanma
|
||||
; swarm dark cave violet entrance
|
||||
ld a, d
|
||||
ld [wdfcc], a
|
||||
ld [wDunsparceMapGroup], a
|
||||
ld a, e
|
||||
ld [wdfcd], a
|
||||
ld [wDunsparceMapNumber], a
|
||||
ret
|
||||
|
||||
.swarm_route35
|
||||
.yanma
|
||||
ld a, d
|
||||
ld [wdc5a], a
|
||||
ld [wYanmaMapGroup], a
|
||||
ld a, e
|
||||
ld [wdc5b], a
|
||||
ld [wYanmaMapNumber], a
|
||||
ret
|
||||
; c419
|
||||
|
||||
|
||||
Reference in New Issue
Block a user