Routines |
Prev: B07F | Up: Map | Next: B0FF |
Used by the routine at EFE0.
|
||||||||
B0E8 | LD A,$B8 | Set HL to the address of the appropriate character title message, e.g. B068: 'OUR HERO' | ||||||
B0EA | SUB B | |||||||
B0EB | LD H,A | |||||||
B0EC | LD L,$68 | |||||||
B0EE | LD DE,$40E0 | This is the display file address at which to print the character's title | ||||||
B0F1 | PUSH BC | |||||||
B0F2 | CALL $AFE8 | Print the character's title | ||||||
B0F5 | POP BC | |||||||
B0F6 | CALL $B072 | Set HL to the message address for the character's name | ||||||
B0F9 | LD H,$D9 | |||||||
B0FB | PUSH HL | Save this message address | ||||||
B0FC | JP $B1E8 |
Prev: B07F | Up: Map | Next: B0FF |