|  | Routines | 
| Prev: C687 | Up: Map | Next: C6A7 | 
| 
Used by the routine at Duel_Prep.
 | ||||
| Duel_Complete | C690 | LD A,($C6E3) | Jump to Flash_Life_Image if Duel_Lose_Life is not zero. | |
| C693 | AND A | |||
| C694 | JP NZ,Flash_Life_Image | |||
| C697 | LD A,($C6E2) | Jump to Lose_Life if Duel_Bang_Flag is not zero. | ||
| C69A | AND A | |||
| C69B | JP NZ,Lose_Life | |||
| C69E | LD A,($C6E4) | Jump to Duel_Flash_Text if Duel_Extra_Life is not zero. | ||
| C6A1 | AND A | |||
| C6A2 | JP NZ,Duel_Flash_Text | |||
| C6A5 | SCF | Set the carry flag and return. | ||
| C6A6 | RET | |||
| Prev: C687 | Up: Map | Next: C6A7 |