| Prev: 694D | Up: Map | Next: 696B |
6963: Wrap bridge index from 49 to 1
|
Resets bridge index to 1 when it would exceed 48. Note: player progress at state_bridge_player_1 is not reset, allowing the wraparound algorithm to work.
|
||||
| next_bridge_index_overflow | 6963 | LD A,$01 | Reset bridge index to 1. | |
| 6965 | LD ($5EF0),A | |||
| 6968 | LD A,$00 | |||
| 696A | RET | |||
| Prev: 694D | Up: Map | Next: 696B |