Skip to content

Commit

Permalink
Created BondSpeedDirection.asm file
Browse files Browse the repository at this point in the history
  • Loading branch information
unorig committed May 7, 2024
1 parent 49648c7 commit 11bf37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2 Paris/5ab0.asm → 2 Paris/BondSpeedDirection.asm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
l_5AB0
BondSpeedDirection
LDX $5AA2 ; (5AB0) Load X with $5AA2
BEQ l_5AE0 ; (5AB3) Branch to $5AE0 if Equal
LDY $5AA3 ; (5AB5) Load Y with Data from $5AA3
Expand Down
4 changes: 2 additions & 2 deletions 2 Paris/Level2.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3118,7 +3118,7 @@ l_5A52

l_5A60
JSR CheckJoyInputs ; (5A60) Jump to Subroutine at $4260
JMP l_5AB0 ; (5A63) Jump to $5AB0
JMP BondSpeedDirection ; (5A63) Jump to $5AB0

l_5A66
JSR l_4290 ; (5A66)
Expand Down Expand Up @@ -3147,7 +3147,7 @@ l_5A8D

* = $5AB0

.include "5ab0.asm"
.include "BondSpeedDirection.asm"

* = $5BBB
.byte $EA,$EA,$EA,$EA,$EA,$EA,$EA,$EA,$EA,$EA,$EA,$EA,$EA,$EA,$EA,$EA
Expand Down

0 comments on commit 11bf37f

Please sign in to comment.