Messages |
Prev: 7172 | Up: Map | Next: 72F9 |
|
||||
Maroc's gains 'points' towards his rank by:
His RANK is made up of two parts - a descriptor e.g. LESSER, and a title, e.g. MAGICIAN.
DESCRIPTORS advance through from APPRENTICE to SUPREME. Then the TITLE advances to the next one, and the descriptor is reset. So for example the next rank up from SUPREME LORE SEEKER is APPRENTICE WISE ONE.
The calculation and display of Maroc's rank occurs (E4E7) when he runs out of energy, and at the (successful) end of the game.
See the table of character byte values for a translation of letters-to-numbers.
DESCRIPTORS:
|
||||
7216 | DEFB $0A | Text length = 10 | ||
7217 | DEFM $00,$0F,$0F,$11,$04,$0D,$13,$08,$02,$04 | APPRENTICE | ||
7221 | DEFB $05 | Text length = 5 | ||
7222 | DEFM $0C,$08,$0D,$0E,$11 | MINOR | ||
7227 | DEFB $06 | Text length = 6 | ||
7228 | DEFM $0B,$04,$12,$12,$04,$11 | LESSER | ||
722E | DEFB $07 | Text length = 7 | ||
722F | DEFM $0B,$04,$00,$11,$0D,$04,$03 | LEARNED | ||
7236 | DEFB $06 | Text length = 6 | ||
7237 | DEFM $0C,$00,$12,$13,$04,$11 | MASTER | ||
723D | DEFB $05 | Text length = 5 | ||
723E | DEFM $02,$07,$08,$04,$05 | CHIEF | ||
7243 | DEFB $04 | Text length = 4 | ||
7244 | DEFM $07,$08,$06,$07 | HIGH | ||
7248 | DEFB $07 | Text length = 7 | ||
7249 | DEFM $12,$14,$0F,$11,$04,$0C,$04 | SUPREME | ||
TITLES:
|
||||
7250 | DEFB $0B | Text length = 11 | ||
7251 | DEFM $0B,$0E,$11,$04,$1A,$12,$04,$04,$0A,$04,$11 | LORE SEEKER | ||
725C | DEFB $08 | Text length = 8 | ||
725D | DEFM $16,$08,$12,$04,$1A,$0E,$0D,$04 | WISE ONE | ||
7265 | DEFB $0B | Text length = 11 | ||
7266 | DEFM $0B,$0E,$11,$04,$1A,$0A,$04,$04,$0F,$04,$11 | LORE KEEPER | ||
7271 | DEFB $06 | Text length = 6 | ||
7272 | DEFM $0C,$18,$12,$13,$08,$02 | MYSTIC | ||
7278 | DEFB $09 | Text length = 9 | ||
7279 | DEFM $00,$0B,$02,$07,$04,$0C,$08,$12,$13 | ALCHEMIST | ||
7282 | DEFB $04 | Text length = 4 | ||
7283 | DEFM $0C,$00,$06,$04 | MAGE | ||
7287 | DEFB $0A | Text length = 10 | ||
7288 | DEFM $0C,$00,$06,$08,$02,$1A,$14,$12,$04,$11 | MAGIC USER | ||
7292 | DEFB $08 | Text length = 8 | ||
7293 | DEFM $02,$0E,$0D,$09,$14,$11,$0E,$11 | CONJUROR | ||
729B | DEFB $08 | Text length = 8 | ||
729C | DEFM $0C,$00,$06,$08,$02,$08,$00,$0D | MAGICIAN | ||
72A4 | DEFB $04 | Text length = 4 | ||
72A5 | DEFM $12,$00,$06,$04 | SAGE | ||
72A9 | DEFB $0B | Text length = 11 | ||
72AA | DEFM $0B,$0E,$11,$04,$1A,$0C,$00,$12,$13,$04,$11 | LORE MASTER | ||
72B5 | DEFB $07 | Text length = 7 | ||
72B6 | DEFM $16,$00,$11,$0B,$0E,$02,$0A | WARLOCK | ||
72BD | DEFB $06 | Text length = 6 | ||
72BE | DEFM $16,$08,$19,$00,$11,$03 | WIZARD | ||
72C4 | DEFB $08 | Text length = 8 | ||
72C5 | DEFM $12,$0E,$11,$02,$04,$11,$0E,$11 | SORCEROR | ||
72CD | DEFB $10 | Text length = 16 | ||
72CE | DEFM $06,$14,$00,$11,$03,$08,$00,$0D,$1A,$0E,$05,$1A,$0B,$0E,$11,$04 | GUARDIAN OF LORE | ||
72DE | DEFB $09 | Text length = 9 | ||
72DF | DEFM $0B,$0E,$11,$04,$1A,$0B,$0E,$11,$03 | LORE LORD | ||
Text printed before rank:
|
||||
72E8 | DEFB $10 | Text length = 16 | ||
72E9 | DEFM $18,$0E,$14,$11,$1A,$11,$00,$0D,$0A,$1A,$08,$12,$1A,$0D,$0E,$16 | YOUR RANK IS NOW |
Prev: 7172 | Up: Map | Next: 72F9 |