mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
SpecialRoamMons -> InitRoamMons
This commit is contained in:
parent
9cf90f6c7b
commit
2f5ed8468d
5
main.asm
5
main.asm
@ -20302,7 +20302,7 @@ SpecialsPointers: ; c029
|
||||
dbw BANK(SpecialGameboyCheck),SpecialGameboyCheck
|
||||
dbw BANK(SpecialTrainerHouse),SpecialTrainerHouse
|
||||
dbw $05, $6dc7
|
||||
dbw BANK(SpecialRoamMons), SpecialRoamMons
|
||||
dbw BANK(InitRoamMons), InitRoamMons
|
||||
dbw $03, $448f
|
||||
dbw $03, $449f
|
||||
dbw $03, $44ac
|
||||
@ -35666,9 +35666,8 @@ Function2a288: ; 2a288
|
||||
; 2a2a0
|
||||
|
||||
|
||||
SpecialRoamMons: ; 2a2a0
|
||||
InitRoamMons: ; 2a2a0
|
||||
; initialize RoamMon structs
|
||||
; include commented-out parts from the gs function
|
||||
|
||||
; species
|
||||
ld a, RAIKOU
|
||||
|
Loading…
x
Reference in New Issue
Block a user