From 6727a5e4f484cd5a62074771439574b3eb918631 Mon Sep 17 00:00:00 2001 From: emaskyesmogon <79380228+emaskyesmogon@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:55:23 -0600 Subject: [PATCH] Update wram.asm Adds routines to give trainer battles distinctions --- ram/wram.asm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ram/wram.asm b/ram/wram.asm index 3becc82a..5c0c5e34 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -1690,7 +1690,11 @@ wPseudoItemID:: db wUnusedD153:: db - ds 2 +wIsTrainerBattle:: + ds 1 + +wWasTrainerBattle:: + ds 1 wEvoStoneItemID:: db