Routines |
Prev: 60725 | Up: Map | Next: 60754 |
Used by the routine at 30423.
|
||||
GetLevelPassword | 60729 | CALL SpendLife | Call SpendLife. | |
Create an offset using BC.
|
||||
60732 | LD A,(30752) | C=*CurrentLevel*5. | ||
60735 | LD B,A | |||
60736 | ADD A,A | |||
60737 | ADD A,A | |||
60738 | ADD A,B | |||
60739 | LD C,A | |||
60740 | LD B,0 | B=0. | ||
60742 | LD HL,61120 | HL=Messaging_Passwords+=BC. | ||
60745 | ADD HL,BC | |||
60746 | LD DE,47823 | DE=47823. | ||
60749 | LD C,5 | C=5. | ||
60751 | LDIR | Update the password at Messaging_NewCode with the password for the new level. | ||
60753 | RET | Return. |
Prev: 60725 | Up: Map | Next: 60754 |