Prev: 24376 Up: Map Next: 24403
24384: Reset Flower/ Leaf states
Used by the routines at LevelNew and ResetPlayerData.
ResetFlowerLeaf 24384 LD HL,24358 Copy 8 bytes of data from DefaultState_Flower to State_Flower.
24387 LD DE,24204
24390 LD BC,8
24393 LDIR
24395 LD HL,24212 HL=Leaf_1_State.
24398 LD B,4 B=4 (leaf counter).
24400 JP SetObjectInactive Jump to SetObjectInactive to set all leaf objects inactive.
Prev: 24376 Up: Map Next: 24403