Prev: 42085 Up: Map Next: 42105
42091: Take an object routine: Aramis Le Peux
Aramis will refuse to surrender the List of Clues or any egg he may have.
Used by the routine at 64623.
42091 LD A,(41779) If Current Object is 34 (List of Clues)...
42094 CP 34 ...
42096 JP Z,64270 ...then display "[Character] WANTS TO KEEP THE [Object]" window (13) and return to game
42099 CALL 42247 If Current Object is an egg then display "[Character] WANTS TO KEEP THE [Object]" window (13) and return to main game loop
42102 JP 42036 Remove Current Object from Current Character's inventory and add it to Magic Knight's then return to main game loop
Prev: 42085 Up: Map Next: 42105