Routines |
Prev: 834B | Up: Map | Next: 836A |
Used by the routines at magic_armour_spell, magic_sword_spell, magic_knife_spell, magic_shield_spell, magic_wings_spell, magic_bow_spell and shadow_form_spell.
|
||||
routine04 | 8357 | LD A,(computer_player_flag) | If player is human, display wizard name, spell being cast, and spell casting range. | |
835A | OR A | |||
835B | JR Z,routine04_0 | |||
835D | CALL display_wizard_spell_range | |||
routine04_0 | 8360 | CALL routine09 | Call routine09 ??? | |
8363 | CALL routine12 | Call routine12 ??? | ||
8366 | CALL routine20 | Call routine20 ??? and return. | ||
8369 | RET |
Prev: 834B | Up: Map | Next: 836A |