mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Merge branch 'master' of https://github.com/pret/pokered
This commit is contained in:
commit
772520c2c2
63 changed files with 4114 additions and 1216 deletions
|
|
@ -2,12 +2,14 @@ DebugMenu:
|
|||
IF DEF(_DEBUG)
|
||||
call ClearScreen
|
||||
|
||||
ld hl, DebugPlayerName
|
||||
; These debug names are used for TestBattle.
|
||||
; StartNewGameDebug uses the debug names from PrepareOakSpeech.
|
||||
ld hl, DebugBattlePlayerName
|
||||
ld de, wPlayerName
|
||||
ld bc, NAME_LENGTH
|
||||
call CopyData
|
||||
|
||||
ld hl, DebugRivalName
|
||||
ld hl, DebugBattleRivalName
|
||||
ld de, wRivalName
|
||||
ld bc, NAME_LENGTH
|
||||
call CopyData
|
||||
|
|
@ -57,10 +59,10 @@ IF DEF(_DEBUG)
|
|||
set 1, [hl]
|
||||
jp StartNewGameDebug
|
||||
|
||||
DebugPlayerName:
|
||||
DebugBattlePlayerName:
|
||||
db "Tom@"
|
||||
|
||||
DebugRivalName:
|
||||
DebugBattleRivalName:
|
||||
db "Juerry@"
|
||||
|
||||
DebugMenuOptions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue