Prev: 74C6 Up: Map Next: 74EE
74E4: Remove tank shell from game
Clears all tank shell state variables to remove it from the game.
remove_tank_shell 74E4 LD HL,$0000 Clear tank_shell_state (state) and tank_shell_coordinates (coordinates) to $0000.
74E7 LD ($7383),HL
74EA LD ($7385),HL
74ED RET
Prev: 74C6 Up: Map Next: 74EE