You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More labels, including fns responsible for partymon generation
This commit is contained in:
@@ -407,10 +407,10 @@ Function1002c9: ; 1002c9
|
||||
|
||||
Function1002dc: ; 1002dc
|
||||
ld a, $f8
|
||||
ld [$ff9f], a
|
||||
ld [hMapEntryMethod], a
|
||||
callba RunMapSetupScript
|
||||
xor a
|
||||
ld [$ff9f], a
|
||||
ld [hMapEntryMethod], a
|
||||
call Functione51
|
||||
ret
|
||||
; 1002ed
|
||||
|
||||
@@ -2359,7 +2359,7 @@ Function17ded9: ; 17ded9
|
||||
ld [MonType], a
|
||||
push hl
|
||||
push bc
|
||||
predef Functiond88c
|
||||
predef TryAddMonToParty
|
||||
callba Function4db49
|
||||
pop bc
|
||||
pop hl
|
||||
|
||||
Reference in New Issue
Block a user