From ef48d7e0fcaf0e86f470a1cd0e7f68a5a2feec87 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 28 Feb 2022 19:26:09 -0500 Subject: Clarify how wCurBattleMon works --- wram.asm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/wram.asm b/wram.asm index 35751c8f..45b91ea2 100644 --- a/wram.asm +++ b/wram.asm @@ -1732,8 +1732,12 @@ wBattleMenuCursorPosition:: db ds 1 -wCurBattleMon:: db +wCurBattleMon:: +; index of the player's mon currently in battle (0-5) + db + wCurMoveNum:: db + wLastPocket:: db wPartyMenuCursor:: db @@ -1828,9 +1832,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 ds 1 -- cgit v1.2.3