Routines |
Prev: 42505 | Up: Map | Next: 42544 |
|
||||
HandlerYellowOrchid_StandUp | 42523 | CALL StoreEntity | Call StoreEntity. | |
This entry point is used by the routine at HandlerYellowOrchid.
|
||||
HandlerYellowOrchid_StandUp_0 | 42526 | CALL HandlerOrchidTimer | Call HandlerOrchidTimer. | |
42529 | JR NZ,HandlerYellowOrchid_StandUp_Skip | Jump to HandlerYellowOrchid_StandUp_Skip if the orchid counter is not yet zero. | ||
42531 | LD A,(IX+0) | A=IX+0 (sprite reference). | ||
Number between 0-7.
|
||||
42534 | AND %00000111 | Keep only bits 0-2. | ||
Add 22.
|
||||
42536 | OR %00010000 | Set bit 4. | ||
42538 | LD (IX+0),A | Write the result to IX+0 (sprite reference). | ||
HandlerYellowOrchid_StandUp_Skip | 42541 | JP GamePlay_Start_5 | Jump to GamePlay_Start_5. |
Prev: 42505 | Up: Map | Next: 42544 |