diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2015-03-31 20:40:22 +0200 |
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2015-03-31 20:40:22 +0200 |
| commit | 4ba8dd609065ee118eccdc56a38dc8666b189c2e (patch) | |
| tree | 80f556a6a437eef83987e68e63ad1c91c7ccff1f /wram.asm | |
| parent | Some wram constants (diff) | |
| download | pokeyellow-4ba8dd609065ee118eccdc56a38dc8666b189c2e.tar.gz pokeyellow-4ba8dd609065ee118eccdc56a38dc8666b189c2e.tar.xz pokeyellow-4ba8dd609065ee118eccdc56a38dc8666b189c2e.zip | |
Further document AI stuff
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
