Routines |
Prev: 40326 | Up: Map | Next: 40357 |
Used by the routine at 40190.
|
||||
40338 | LD A,(23365) | If wish-pending flag is set... | ||
40341 | OR A | ... | ||
40342 | RET NZ | ...then return | ||
40343 | CALL 40357 | Check whether an egg has been dropped down the Wishing Well and set wish-pending flag if so | ||
40346 | LD A,(23365) | If wish-pending flag is reset... | ||
40349 | OR A | ... | ||
40350 | RET Z | ...then return | ||
40351 | LD HL,57442 | Point HL at "SOMEBODY YELLS...YOU CAN HAVE A WISH IF YOU WANT..." text | ||
40354 | JP 64313 | Display "...YOU CAN HAVE A WISH IF YOU WANT..." window (29) and return to game |
Prev: 40326 | Up: Map | Next: 40357 |