summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm38
1 files changed, 37 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 3004c52d5..1f17ae37a 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2248,14 +2248,24 @@ wCurHPAnimLowHP:: db
wCurHPAnimHighHP:: db
NEXTU
-; battle AI
+; move AI
wEnemyAIMoveScores:: ds NUM_MOVES
NEXTU
+; switch AI
+wEnemyEffectivenessVsPlayerMons:: flag_array PARTY_LENGTH
+wPlayerEffectivenessVsEnemyMons:: flag_array PARTY_LENGTH
+
+NEXTU
; battle HUD
wBattleHUDTiles:: ds PARTY_LENGTH
NEXTU
+; thrown ball data
+wFinalCatchRate:: db
+wThrownBallWobbleCount:: db
+
+NEXTU
; evolution data
wEvolutionOldSpecies:: db
wEvolutionNewSpecies:: db
@@ -2267,6 +2277,10 @@ NEXTU
wExpToNextLevel:: ds 3
NEXTU
+; PP Up
+wPPUpPPBuffer:: ds NUM_MOVES
+
+NEXTU
; lucky number show
wMonIDDigitsBuffer:: ds 5
@@ -2276,6 +2290,28 @@ wMonSubmenuCount:: db
wMonSubmenuItems:: ds NUM_MONMENU_ITEMS + 1
NEXTU
+; field move data
+wFieldMoveData::
+wFieldMoveJumptableIndex:: db
+wEscapeRopeOrDigType::
+wSurfingPlayerState::
+wFishingRodUsed:: db
+wCutWhirlpoolOverworldBlockAddr:: dw
+wCutWhirlpoolReplacementBlock:: db
+wCutWhirlpoolAnimationType::
+wStrengthSpecies::
+wFishingResult:: db
+ ds 1
+wFieldMoveDataEnd::
+
+NEXTU
+; hidden items
+wCurMapScriptBank:: db
+wRemainingBGEventCount:: db
+wBottomRightYCoord:: db
+wBottomRightXCoord:: db
+
+NEXTU
; heal machine anim
wHealMachineAnimType:: db
wHealMachineTempOBP1:: db