Routines |
Prev: 37966 | Up: Map | Next: 38072 |
Used by the routine at MainMenu.
|
||||
ClearCurrentDartPointerAttributes | 38063 | LD A,(39414) | Fetch *DartPointer_Position and store it in A. | |
38066 | ADD A,A | Double the value as the entries have spacing between them. | ||
38067 | ADD A,5 | Add 5 as the entries start five rows from the top of the screen. | ||
38069 | LD H,A | Store the result in H as the Y co-ordinate. | ||
38070 | LD L,1 | Store 1 in L as the X co-ordinate. | ||
Continue on to ClearDartPointerAttributes.
|
Prev: 37966 | Up: Map | Next: 38072 |