diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 17:29:11 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-05 17:51:29 -0400 |
| commit | 2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e (patch) | |
| tree | a418c4ef57d272e7e2a70337ac8c2a8194545541 /scripts/Route7Gate.asm | |
| parent | Port _RemovePokemon documentation from pokeyellow (diff) | |
| download | pokeyellow-2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e.tar.gz pokeyellow-2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e.tar.xz pokeyellow-2b2ed54bbf017943ba2343cd6c1dbe88b8f34a4e.zip | |
Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow
Diffstat (limited to 'scripts/Route7Gate.asm')
| -rwxr-xr-x | scripts/Route7Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Route7Gate.asm b/scripts/Route7Gate.asm index 06c5c91b..00d7472f 100755 --- a/scripts/Route7Gate.asm +++ b/scripts/Route7Gate.asm @@ -17,7 +17,7 @@ Route7GateScript_1e111: ld a, $1 ld [wSimulatedJoypadStatesIndex], a xor a - ld [wSpriteStateData2 + $06], a + ld [wSpritePlayerStateData2MovementByte1], a ld [wOverrideSimulatedJoypadStatesMask], a ret |
