Naming screen constants

This commit is contained in:
Rangi
2018-09-16 16:02:58 -04:00
parent 60b09f291d
commit 38bf21ae35
10 changed files with 23 additions and 10 deletions

View File

@@ -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.

View File

@@ -84,7 +84,7 @@ FoundNone:
ret
NameRival:
ld b, $2 ; rival
ld b, NAME_RIVAL
ld de, wRivalName
farcall _NamingScreen
; default to "SILVER"