Clarify how wCurBattleMon works (#880)
This commit is contained in:
9
wram.asm
9
wram.asm
@@ -2233,7 +2233,10 @@ wBattleMenuCursorPosition:: db
|
|||||||
|
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
wCurBattleMon:: db
|
wCurBattleMon::
|
||||||
|
; index of the player's mon currently in battle (0-5)
|
||||||
|
db
|
||||||
|
|
||||||
wCurMoveNum:: db
|
wCurMoveNum:: db
|
||||||
|
|
||||||
wLastPocket:: db
|
wLastPocket:: db
|
||||||
@@ -2320,9 +2323,7 @@ wMartItemID::
|
|||||||
wCurPartySpecies:: db
|
wCurPartySpecies:: db
|
||||||
|
|
||||||
wCurPartyMon::
|
wCurPartyMon::
|
||||||
; contains which monster in a party
|
; index of mon's party location (0-5)
|
||||||
; is being dealt with at the moment
|
|
||||||
; 0-5
|
|
||||||
db
|
db
|
||||||
|
|
||||||
wWhichHPBar::
|
wWhichHPBar::
|
||||||
|
Reference in New Issue
Block a user