mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Merge pull request #384 from i0brendan0/i0brendan0-patch-3
Correct constant to remove a bug
This commit is contained in:
commit
cef86fed5f
4
wram.asm
4
wram.asm
@ -379,9 +379,7 @@ wEnemyTrainerItem1:: ds 1 ; c650
|
|||||||
wEnemyTrainerItem2:: ds 1 ; c651
|
wEnemyTrainerItem2:: ds 1 ; c651
|
||||||
wEnemyTrainerBaseReward:: ds 1 ; c652
|
wEnemyTrainerBaseReward:: ds 1 ; c652
|
||||||
wEnemyTrainerAIFlags:: ds 3 ; c653
|
wEnemyTrainerAIFlags:: ds 3 ; c653
|
||||||
OTClassName:: ds NAME_LENGTH ; c656
|
OTClassName:: ds TRAINER_CLASS_NAME_LENGTH ; c656
|
||||||
|
|
||||||
ds 2
|
|
||||||
|
|
||||||
CurOTMon:: ; c663
|
CurOTMon:: ; c663
|
||||||
ds 1
|
ds 1
|
||||||
|
Loading…
Reference in New Issue
Block a user