![]() |
Routines |
| Prev: 944E | Up: Map | Next: 94B8 |
|
Used by the routine at MainMenu.
|
||||
| ClearCurrentDartPointerAttributes | 94AF | LD A,($99F6) | Fetch *DartPointer_Position and store it in A. | |
| 94B2 | ADD A,A | Double the value as the entries have spacing between them. | ||
| 94B3 | ADD A,$05 | Add 05 as the entries start five rows from the top of the screen. | ||
| 94B5 | LD H,A | Store the result in H as the Y co-ordinate. | ||
| 94B6 | LD L,$01 | Store 01 in L as the X co-ordinate. | ||
|
Continue on to ClearDartPointerAttributes.
|
||||
| Prev: 944E | Up: Map | Next: 94B8 |