Routines |
Prev: 8324 | Up: Map | Next: 8357 |
Used by the routines at magic_armour_spell, magic_sword_spell, magic_knife_spell, magic_shield_spell, magic_wings_spell and shadow_form_spell.
|
||||
routine03 | 834B | LD A,(current_player) | Add current_player variable to address of unknown_table_3. | |
834E | LD D,$00 | |||
8350 | LD E,A | |||
8351 | LD HL,unknown_table_3 | |||
8354 | ADD HL,DE | |||
8355 | LD A,(HL) | Read byte from that address into A and Return. | ||
8356 | RET |
Prev: 8324 | Up: Map | Next: 8357 |