You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Naming screen constants
This commit is contained in:
@@ -32,7 +32,7 @@ _NameRater:
|
||||
ld [wNamedObjectIndexBuffer], a
|
||||
ld [wCurSpecies], a
|
||||
call GetBaseData
|
||||
ld b, 0
|
||||
ld b, NAME_MON
|
||||
ld de, wStringBuffer2
|
||||
farcall _NamingScreen
|
||||
; If the new name is empty, treat it as unchanged.
|
||||
|
||||
@@ -84,7 +84,7 @@ FoundNone:
|
||||
ret
|
||||
|
||||
NameRival:
|
||||
ld b, $2 ; rival
|
||||
ld b, NAME_RIVAL
|
||||
ld de, wRivalName
|
||||
farcall _NamingScreen
|
||||
; default to "SILVER"
|
||||
|
||||
Reference in New Issue
Block a user