Clarify how wCurBattleMon works (#880)

This commit is contained in:
Idain 2022-02-22 10:48:29 -04:00 committed by GitHub
parent d0c8f63f25
commit 0d6fae45a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2233,7 +2233,10 @@ wBattleMenuCursorPosition:: db
ds 1
wCurBattleMon:: db
wCurBattleMon::
; index of the player's mon currently in battle (0-5)
db
wCurMoveNum:: db
wLastPocket:: db
@ -2320,9 +2323,7 @@ wMartItemID::
wCurPartySpecies:: db
wCurPartyMon::
; contains which monster in a party
; is being dealt with at the moment
; 0-5
; index of mon's party location (0-5)
db
wWhichHPBar::