diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-05 15:07:37 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-05 15:07:37 -0400 |
commit | 8c265476455c4793d263c7f2e6386904fbd3e305 (patch) | |
tree | 2cc2f5e077e3494c0a0dce3276dcae4f609e9696 /engine/link.asm | |
parent | a613ed915c32d3befec54a98dae98e21649e19ce (diff) |
Mobile and more battle anims
Diffstat (limited to 'engine/link.asm')
-rwxr-xr-x | engine/link.asm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/engine/link.asm b/engine/link.asm index 788ee22a2..6826d0993 100755 --- a/engine/link.asm +++ b/engine/link.asm @@ -431,10 +431,12 @@ Gen2ToGen2LinkComms: ; 28177 ld bc, NAME_LENGTH call CopyBytes call ReturnToMapFromSubmenu - ld a, [wc2d7] + + ; LET'S DO THIS + ld a, [wDisableTextAcceleration] push af - ld a, $1 - ld [wc2d7], a + ld a, 1 + ld [wDisableTextAcceleration], a ld a, [rIE] push af ld a, [rIF] @@ -446,7 +448,9 @@ Gen2ToGen2LinkComms: ; 28177 ld [rIE], a pop af ld [rIF], a + predef StartBattle + ld a, [rIF] ld h, a xor a @@ -456,7 +460,7 @@ Gen2ToGen2LinkComms: ; 28177 ld a, h ld [rIF], a pop af - ld [wc2d7], a + ld [wDisableTextAcceleration], a pop af ld [Options], a callba LoadPokemonData |