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
3f691fcb21
970 changed files with 15106 additions and 11361 deletions
|
|
@ -14,14 +14,14 @@ InitPlayerData2:
|
|||
|
||||
ld hl, wPartyCount
|
||||
call InitializeEmptyList
|
||||
ld hl, wNumInBox
|
||||
ld hl, wBoxCount
|
||||
call InitializeEmptyList
|
||||
ld hl, wNumBagItems
|
||||
call InitializeEmptyList
|
||||
ld hl, wNumBoxItems
|
||||
call InitializeEmptyList
|
||||
|
||||
START_MONEY EQU $3000
|
||||
DEF START_MONEY EQU $3000
|
||||
ld hl, wPlayerMoney + 1
|
||||
ld a, HIGH(START_MONEY)
|
||||
ld [hld], a
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ ChoosePlayerName:
|
|||
xor a ; NAME_PLAYER_SCREEN
|
||||
ld [wNamingScreenType], a
|
||||
call DisplayNamingScreen
|
||||
ld a, [wcf4b]
|
||||
ld a, [wStringBuffer]
|
||||
cp "@"
|
||||
jr z, .customName
|
||||
call ClearScreen
|
||||
|
|
@ -48,7 +48,7 @@ ChooseRivalName:
|
|||
ld a, NAME_RIVAL_SCREEN
|
||||
ld [wNamingScreenType], a
|
||||
call DisplayNamingScreen
|
||||
ld a, [wcf4b]
|
||||
ld a, [wStringBuffer]
|
||||
cp "@"
|
||||
jr z, .customName
|
||||
call ClearScreen
|
||||
|
|
@ -210,7 +210,7 @@ GetDefaultName:
|
|||
ld h, d
|
||||
ld l, e
|
||||
ld de, wcd6d
|
||||
ld bc, $14
|
||||
ld bc, NAME_BUFFER_LENGTH
|
||||
jp CopyData
|
||||
|
||||
INCLUDE "data/player_names_list.asm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue