You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
This commit is contained in:
@@ -17,14 +17,16 @@ NewGame:
|
||||
ld b, NAME_PLAYER
|
||||
ld de, wPlayerName
|
||||
farcall NamingScreen
|
||||
ld de, .DefaultName
|
||||
call InitName
|
||||
if DEF(_DEBUG)
|
||||
ld a, MEW
|
||||
ld [wCurPartySpecies], a
|
||||
ld a, 100
|
||||
ld [wCurPartyLevel], a
|
||||
predef TryAddMonToParty
|
||||
endc
|
||||
farcall AutoSaveGameOutsideOverworld
|
||||
jp GameMenu
|
||||
|
||||
.DefaultName:
|
||||
db "DEBUG@@@@@@"
|
||||
|
||||
ResetWRAM:
|
||||
xor a
|
||||
ldh [hBGMapMode], a
|
||||
|
Reference in New Issue
Block a user