Routines |
Prev: 40235 | Up: Map | Next: 40258 |
Used by the routine at 40190.
|
||||
40239 | XOR A | Set A to zero (axe 0) | ||
40240 | CALL 46560 | Update position of axe 0, display, and decrease Magic Knight's strength if in contact | ||
40243 | LD A,1 | Set A to 1 (axe 1) | ||
40245 | CALL 46560 | Update position of axe 1, display, and decrease Magic Knight's strength if in contact | ||
40248 | LD A,2 | Set A to 2 (axe 2) | ||
40250 | CALL 46560 | Update position of axe 2, display, and decrease Magic Knight's strength if in contact | ||
40253 | LD A,3 | Set A to 3 (axe 3) | ||
40255 | JP 46560 | Update position of axe 3, display, and decrease Magic Knight's strength if in contact, then return |
Prev: 40235 | Up: Map | Next: 40258 |