Routines |
Prev: 42440 | Up: Map | Next: 42479 |
Used by the routine at 64623.
|
||||
42441 | LD A,(41779) | If Current Object is not 23 (Silver Arrow)... | ||
42444 | CP 23 | ... | ||
42446 | JR NZ,42459 | ...then skip ahead to 42459 | ||
42448 | LD A,(24795) | Set Robin's can-help flag... | ||
42451 | OR 128 | ... | ||
42453 | LD (24795),A | ... | ||
42456 | JP 42395 | Remove Current Object from Magic Knight's inventory and add it to a character's then return to main game loop | ||
42459 | CP 36 | If Current Object is 36 (Golden Egg)... | ||
42461 | JR Z,42468 | ...then skip ahead to 42468 | ||
42463 | CP 39 | If Current Object is not 39 (Golden Egg)... | ||
42465 | JP NZ,42395 | ...then remove Current Object from Magic Knight's inventory and add it to a character's then return to main game loop | ||
42468 | LD A,(23439) | Set Robin-has-been-paid flag... | ||
42471 | OR 1 | ... | ||
42473 | LD (23439),A | ... | ||
42476 | JP 42395 | Remove Current Object from Magic Knight's inventory and add it to a character's then return to main game loop |
Prev: 42440 | Up: Map | Next: 42479 |