![]()  | 
Routines | 
| Prev: F3C8 | Up: Map | Next: F3EC | 
| 
 | 
||||
| Process_EnterHut | F3D6 | LD A,($A7C3) | Jump to Process_EnterHut_0 if *CurrentRoom is not equal to 2C. | |
| F3D9 | CP $2C | |||
| F3DB | JR NZ,Process_EnterHut_0 | |||
| F3DD | LD A,$24 | A=24. | ||
| F3DF | JR Process_EnterHut_1 | Jump to Process_EnterHut_1. | ||
| Process_EnterHut_0 | F3E1 | CP $52 | Jump to Response_YouveDoneThatAlready if A is not equal to 52. | |
| F3E3 | JP NZ,Response_YouveDoneThatAlready | |||
| F3E6 | LD A,$4E | Call ChangeRoom with room 4E: Inside The Hut. | ||
| Process_EnterHut_1 | F3E8 | CALL ChangeRoom | ||
| F3EB | RET | Return. | ||
| Prev: F3C8 | Up: Map | Next: F3EC |