Prev: 38024 Up: Map Next: 38074
38054: Update state of Bubo (level 2) and store current position in script data
Used by the routine at 38009.
38054 LD IX,44227 Load IX with address of complex state data for Bubo (level 2)
38058 LD HL,(38022) Load HL with current position in Bubo's script data from 38022...
38061 LD (34277),HL ...and store at 34277 as position in script currently running
38064 CALL 38074 Update state of Bubo
38067 LD HL,(34277) Store address (current position in script data) stored at 34277...
38070 LD (38022),HL ...at 38022 as current position in Bubo's script data
38073 RET Return
Prev: 38024 Up: Map Next: 38074