wPhoneList, like wItems et al, has a terminating 0 (see PokegearPhone_DeletePhoneNumber); also fix a comment

This commit is contained in:
Rangi 2020-06-07 16:50:12 -04:00
parent f9c0df811b
commit 4111725767
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
; DoTradeAnimation.JumpTable indexes (see engine/trade/animation.asm)
; DoTradeAnimation.JumpTable indexes (see engine/movies/trade_animation.asm)
enum_start
enum tradeanim_next_command ; $00

View File

@ -2846,9 +2846,9 @@ wParkBallsRemaining::
wSafariBallsRemaining:: db ; dc79
wSafariTimeRemaining:: dw ; dc7a
wPhoneList:: ds CONTACT_LIST_SIZE ; dc7c
; dc86
ds 23
wPhoneList:: ds CONTACT_LIST_SIZE + 1 ; dc7c
ds 22
wLuckyNumberShowFlag:: db ; dc9d
ds 1