Prev: 48267 Up: Map Next: 48285
48274: Script routine: (15) Jump to new address if Berk is carrying something
Used by the routine at 48096.
Input
HL Current address in script data
IX Address of complex state data for an entity
48274 INC HL Advance HL to parameter for current instruction...
48275 INC HL ...
48276 BIT 4,(IX+9) If Berk is carrying an entity...
48280 JR NZ,48287 ...then read parameter address into HL and execute next script instruction at that address
48282 JP 48096 Advance HL to next script instruction and execute
Prev: 48267 Up: Map Next: 48285