You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Naming screen constants
This commit is contained in:
@@ -2454,7 +2454,7 @@ BillsPC_ChangeBoxSubmenu:
|
||||
ret
|
||||
|
||||
.Name:
|
||||
ld b, $4 ; box
|
||||
ld b, NAME_BOX
|
||||
ld de, wd002
|
||||
farcall NamingScreen
|
||||
call ClearTileMap
|
||||
|
@@ -330,7 +330,7 @@ HatchEggs:
|
||||
xor a
|
||||
ld [wMonType], a
|
||||
push de
|
||||
ld b, $0
|
||||
ld b, NAME_MON
|
||||
farcall NamingScreen
|
||||
pop hl
|
||||
ld de, wStringBuffer1
|
||||
|
@@ -1809,7 +1809,7 @@ InitNickname:
|
||||
call DisableSpriteUpdates
|
||||
pop de
|
||||
push de
|
||||
ld b, $0
|
||||
ld b, NAME_MON
|
||||
farcall NamingScreen
|
||||
pop hl
|
||||
ld de, wStringBuffer1
|
||||
|
Reference in New Issue
Block a user