Prev: A352 Up: Map Next: A3B3
A389: Routine at A389
Used by the routine at Action_a.
Input
Output
Action_h A389 LD HL,(Inv_Pocket1) See if hero is carrying anthing marked as stolen.
A38C LD A,(Inv_Pocket3)
A38F OR L
A390 OR H
A391 JP P,Action_a_0
This entry point is used by the routine at Action_g.
Action_i A394 LD A,(Room_CurrentType) Action:
A397 CP $01
A399 JP NZ,Action_a_0
A39C LD (IX+$16),$0A
This entry point is used by the routines at Action_k and Action_m.
Action_h_0 A3A0 LD HL,Coords_NS
A3A3 LD DE,People_TempCoordNS
A3A6 LD BC,$0004
A3A9 LDIR
A3AB LD A,($B16A)
A3AE LD (Temp_DirCompass),A
A3B1 JR Action_a3d0 }
Prev: A352 Up: Map Next: A3B3