Routines |
Prev: A173 | Up: Map | Next: A188 |
Used by the routines at subversion_spell, raise_dead_spell, disbelieve_spell, routine17, dark_power_spell, routine81 and routine84.
|
||||
GETPLA | A17E | LD HL,(BUFPNT) | Load BUFPNT into HL. | |
A181 | INC HL | Increment pointer and load byte into A. | ||
A182 | LD A,(HL) | |||
A183 | INC HL | Increment again and store back at BUFPNT. | ||
A184 | LD (BUFPNT),HL | |||
A187 | RET | Return. |
Prev: A173 | Up: Map | Next: A188 |