Prev: D686 Up: Map Next: D732
D702: routine78
routine78 D702 LD A,(computer_player_flag)
D705 OR A
D706 JP NZ,disbelieve_spell_6
routine78_0 D709 CALL routine41
D70C CALL $02BF
D70F CP $53
D711 JR Z,routine78_1
D713 CP $4B
D715 JR NZ,routine78_0
D717 LD HL,sound_effect_18
D71A CALL play_sound_effect_in_HL
D71D EI
D71E RET
routine78_1 D71F CALL wait_no_key_seed
D722 LD HL,(object_table_entry_pointer)
D725 LD A,(HL)
D726 OR A
D727 JR Z,routine78_0
D729 CP $22
D72B JP P,disbelieve_spell_0
D72E CALL disbelieve_spell_2
D731 RET
Prev: D686 Up: Map Next: D732