diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 12:48:42 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 12:48:42 -0400 |
commit | 84abdb0237caedebe9b7ec41e5fcc51775e87ca9 (patch) | |
tree | ade45c8fc6442092764dd7bd373653b0a4b4155e /scripts | |
parent | 76b882d9523915ca8ced96e8c5e889ca2728241e (diff) |
$ec = "▷"
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/LancesRoom.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/LancesRoom.asm b/scripts/LancesRoom.asm index 513ab9a8..5c7301ef 100755 --- a/scripts/LancesRoom.asm +++ b/scripts/LancesRoom.asm @@ -117,8 +117,8 @@ WalkToLance_RLEList: db -1 ; end LanceScript3: - ld a, [wSimulatedJoypadStatesIndex] - and a + ld a, [wSimulatedJoypadStatesIndex] + and a ret nz call Delay3 xor a |