Prev: 53885 Up: Map Next: 54065
54053: Start of setting up room routine - part 2
Used by the routines at 53870 and 53885.
Also continued from previous section. This routine replaces the active item data back into its room item data set at 31744.
54053 CALL 57520 Copy 16 bytes of the active item data set from 60227 to one of the room item data sets at 31744.
54056 CALL 57815 Play (generic) step/white noise sound effect (if this item is making a noise it will have its speaker bit set)
54059 LD HL,(60092) Get copy of pointer to data sets at 31744
54062 JP 51178 Prepare to start copying the updated room data set into the working data buffer
Prev: 53885 Up: Map Next: 54065