mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-12 00:04:48 +13:00
Update wram.asm
Adds routines to give trainer battles distinctions
This commit is contained in:
parent
fe8d220568
commit
6727a5e4f4
|
|
@ -1690,7 +1690,11 @@ wPseudoItemID:: db
|
||||||
|
|
||||||
wUnusedD153:: db
|
wUnusedD153:: db
|
||||||
|
|
||||||
ds 2
|
wIsTrainerBattle::
|
||||||
|
ds 1
|
||||||
|
|
||||||
|
wWasTrainerBattle::
|
||||||
|
ds 1
|
||||||
|
|
||||||
wEvoStoneItemID:: db
|
wEvoStoneItemID:: db
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue