diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-10-20 20:01:56 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-10-20 20:01:56 -0700 |
commit | 56dcde5f88e2e7a60e888b89faa691e0c1c0b847 (patch) | |
tree | 218b0307b03b37a79636b8d7193b54500906480b /wram.asm | |
parent | 60c924004c262c73b960aafd1ff420b848cdc02c (diff) |
Evolutoin trinket coordinates. Special mode wram label. Some more indicator state tables.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -211,11 +211,20 @@ wCurrentMap:: ; 0xd54a ; Current map during play. See map_constants.asm ds 1 -wSpecialMode:: ; 0xd54b +wInSpecialMode:: ; 0xd54b ; Set to non-zero when things like Catch 'em Mode or Map Move mode start. ds 1 - ds 6 + ds 4 + +wSpecialMode:: ; 0xd550 +; wInSpecialMode must be non-zero to activate this. +; 0 = Catch Em Mode +; 1 = Evolution Mode +; 2 = Map Move Mode + ds 1 + + ds 1 wCurrentEvolutionMon:: ; 0xd552 ; Current mon id for Evolution Mode. |