Prev: 38450 Up: Map Next: 38480
38468: Reset current positions in ape-beasts' script data to initial values
Used by the routine at 34751.
38468 LD DE,38424 Point DE at table of current positions in ape-beasts' script data
38471 LD HL,38416 Point HL at table of initial positions in ape-beasts' script data
38474 LD BC,8 Load BC with 8 (as there are eight bytes to copy)
38477 LDIR Overwrite addresses in table of current positions with those from table of initial positions
38479 RET Return
Prev: 38450 Up: Map Next: 38480