mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
wPhoneList, like wItems et al, has a terminating 0 (see PokegearPhone_DeletePhoneNumber); also fix a comment
This commit is contained in:
parent
f9c0df811b
commit
4111725767
@ -1,4 +1,4 @@
|
|||||||
; DoTradeAnimation.JumpTable indexes (see engine/trade/animation.asm)
|
; DoTradeAnimation.JumpTable indexes (see engine/movies/trade_animation.asm)
|
||||||
enum_start
|
enum_start
|
||||||
|
|
||||||
enum tradeanim_next_command ; $00
|
enum tradeanim_next_command ; $00
|
||||||
|
6
wram.asm
6
wram.asm
@ -2846,9 +2846,9 @@ wParkBallsRemaining::
|
|||||||
wSafariBallsRemaining:: db ; dc79
|
wSafariBallsRemaining:: db ; dc79
|
||||||
wSafariTimeRemaining:: dw ; dc7a
|
wSafariTimeRemaining:: dw ; dc7a
|
||||||
|
|
||||||
wPhoneList:: ds CONTACT_LIST_SIZE ; dc7c
|
wPhoneList:: ds CONTACT_LIST_SIZE + 1 ; dc7c
|
||||||
; dc86
|
|
||||||
ds 23
|
ds 22
|
||||||
|
|
||||||
wLuckyNumberShowFlag:: db ; dc9d
|
wLuckyNumberShowFlag:: db ; dc9d
|
||||||
ds 1
|
ds 1
|
||||||
|
Loading…
Reference in New Issue
Block a user