From 4ba8dd609065ee118eccdc56a38dc8666b189c2e Mon Sep 17 00:00:00 2001 From: xCrystal Date: Tue, 31 Mar 2015 20:40:22 +0200 Subject: Further document AI stuff --- wram.asm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 0a76370c..898b5386 100755 --- a/wram.asm +++ b/wram.asm @@ -378,7 +378,11 @@ wSimulatedJoypadStatesEnd:: ; ccd3 wccd3:: ds 1 wccd4:: ds 1 -wccd5:: ds 2 + +; if [ccd5] != 1, the second AI layer is not applied +wAILayer2Encouragement:: ; ccd5 + ds 1 + ds 1 ; current HP of player and enemy substitutes wPlayerSubstituteHP:: ; ccd7 @@ -425,7 +429,7 @@ wSafariBaitFactor:: ; cce9 wcceb:: ds 1 wccec:: ds 1 -wcced:: ds 1 +wMonIsDisobedient:: ds 1 wccee:: ds 1 wccef:: ds 1 wccf0:: ds 1 -- cgit v1.3.1-sl0p