Identify constant in NamingScreen_IsTargetBox

This commit is contained in:
Rangi 2020-08-03 15:22:28 -04:00
parent 8cc79c0891
commit 0de7808ded

View File

@ -246,10 +246,11 @@ NamingScreen:
ret
NamingScreen_IsTargetBox:
; Return z if [wNamingScreenType] == NAME_BOX.
push bc
push af
ld a, [wNamingScreenType]
sub $3
sub NAME_BOX - 1
ld b, a
pop af
dec b