Prev: 42924 Up: Map Next: 42938
42932: Fetch Text Token And Process Object
Output
A High byte of token
FetchTextTokenAndProcessObject 42932 CALL FetchNextTextToken Call FetchNextTextToken to fetch the next text token.
42935 LD A,D Load the high byte of the token into A and jump to ProcessObjectFromRoomDisplayParameterWithFlag to process the object with flag set.
42936 JR ProcessObjectFromRoomDisplayParameterWithFlag
Prev: 42924 Up: Map Next: 42938