![]() |
Routines |
| Prev: C422 | Up: Map | Next: C607 |
|
Used by the routine at Duel_Prep.
|
||||
| Dueller_Down | C5EB | LD A,(IX+$00) | Check if the current duellers state is zero (complete), return if so. | |
| C5EE | AND A | |||
| C5EF | RET Z | |||
| C5F0 | XOR A | Mark the current dueller as complete. | ||
| C5F1 | LD (IX+$00),A | |||
| C5F4 | POP AF | Restore A and jump to whatever address is held by HL. | ||
| C5F5 | JP (HL) | |||
|
Not related?
|
||||
| C5F6 | LD A,(IX+$02) | |||
| C5F9 | SRL A | |||
| C5FB | CP $09 | |||
| C5FD | LD E,(IX+$04) | |||
| C600 | LD D,(IX+$05) | |||
| C603 | JR NC,Duel_Points | |||
| C605 | OR $01 | |||
| Prev: C422 | Up: Map | Next: C607 |