diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-14 03:46:23 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-14 03:49:49 -0500 |
| commit | b1cb3788938fa981e65619f022a41f1c1d91ae3b (patch) | |
| tree | e328c0eea6e6c87a954e396266c355fa3fbec286 /wram.asm | |
| parent | Use more screen dimension constants (diff) | |
| download | pokeyellow-b1cb3788938fa981e65619f022a41f1c1d91ae3b.tar.gz pokeyellow-b1cb3788938fa981e65619f022a41f1c1d91ae3b.tar.xz pokeyellow-b1cb3788938fa981e65619f022a41f1c1d91ae3b.zip | |
Comment naming screen
also use more joypad constants
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -399,7 +399,8 @@ wSimulatedJoypadStatesEnd:: ; ccd3 ; overloaded with below labels wccd3:: ds 1 ; used in battle, pokemon, PC and game corner stuff -wccd4:: ds 1 ; used in evolving pokemon and has a direct reference for simulated joypad stuff in vermillion and seafoam +wForceEvolution:: +wccd4:: ds 1 ; has a direct reference for simulated joypad stuff in vermillion and seafoam ; if [ccd5] != 1, the second AI layer is not applied wAILayer2Encouragement:: ; ccd5 |
