Routines |
Prev: 8F66 | Up: Map | Next: 915F |
Used by the routine at StartGame.
|
||||
EnterRoom | 9147 | LD A,($EA91) | A=PlayerRoom. | |
914A | CALL VisitRoom | Call VisitRoom. | ||
914D | CALL ClearPlayArea | Call ClearPlayArea. | ||
9150 | CALL DrawRoomFrame | Call DrawRoomFrame. | ||
9153 | CALL DrawSidePanelAttrs | Call DrawSidePanelAttrs. | ||
9156 | CALL DrawInventory | Call DrawInventory. | ||
9159 | CALL SoundsEntry | Call SoundsEntry. | ||
915C | JP MainLoop | Jump to MainLoop. |
Prev: 8F66 | Up: Map | Next: 915F |