diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-17 02:52:25 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-17 02:52:25 -0500 |
commit | fb559f1f4e0104bfc59350359a2fb82fbe88ebba (patch) | |
tree | 8f0a248d06139fe584ca6381ceea2a3fd5f248e7 /scripts/fightingdojo.asm | |
parent | 77ba61cb17665779673dcd536122271c66614252 (diff) |
More direction constants
facing directions, npc movement, joypad
Diffstat (limited to 'scripts/fightingdojo.asm')
-rwxr-xr-x | scripts/fightingdojo.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/fightingdojo.asm b/scripts/fightingdojo.asm index b5332fed..1b118f55 100755 --- a/scripts/fightingdojo.asm +++ b/scripts/fightingdojo.asm @@ -46,7 +46,7 @@ FightingDojoScript1: ; 5cd83 (17:4d83) ld [wd528], a ld a, $1 ld [$ff8c], a - ld a, $8 + ld a, SPRITE_FACING_LEFT ld [$ff8d], a call SetSpriteFacingDirectionAndDelay ld a, $1 @@ -65,7 +65,7 @@ FightingDojoScript3: ; 5cdc6 (17:4dc6) ld [wd528], a ld a, $1 ld [$ff8c], a - ld a, $8 + ld a, SPRITE_FACING_LEFT ld [$ff8d], a call SetSpriteFacingDirectionAndDelay |