From 0d6fae45a55bc562e125907f480eeeab47cbe28d Mon Sep 17 00:00:00 2001 From: Idain Date: Tue, 22 Feb 2022 10:48:29 -0400 Subject: [PATCH] Clarify how wCurBattleMon works (#880) --- wram.asm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wram.asm b/wram.asm index a55eee8e9..92409b13d 100644 --- a/wram.asm +++ b/wram.asm @@ -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::