You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Split up bank 2; other relabelings
This commit is contained in:
@@ -134,14 +134,14 @@ GetFishGroupHeader: ; 9245b
|
||||
ret
|
||||
|
||||
.group11
|
||||
ld a, [wdfce]
|
||||
ld a, [wFishingSwarmFlag]
|
||||
cp 1
|
||||
jr nz, .end
|
||||
ld d, 6
|
||||
jr .end
|
||||
|
||||
.group12
|
||||
ld a, [wdfce]
|
||||
ld a, [wFishingSwarmFlag]
|
||||
cp 2
|
||||
jr nz, .end
|
||||
ld d, 7
|
||||
|
Reference in New Issue
Block a user