Marsport | Routines |
Prev: B65F | Up: Map | Next: B67B |
Used by the routines at _873a, 99A5, Pockets_UpdateInv, Obj_Drop, Print_TermString, Word_PrintFromIndex, Percentage_Print, Print_TerminalMessage, Game_WinScreen and Menu_DisplayProgess.
|
||||||||
Print_Character | B668 | PUSH HL | Store start of string | |||||
B669 | CP $59 | |||||||
B66B | JR NC,Print_Character_0 | |||||||
B66D | LD HL,$3C00 | Use ROM character set | ||||||
B670 | JR Print_Character_1 | |||||||
Print_Character_0 | B672 | LD HL,$FC00 | Use user defined characters for font | |||||
Print_Character_1 | B675 | LD ($5C36),HL | ||||||
B678 | RST $10 | Print character | ||||||
B679 | POP HL | |||||||
B67A | RET |
Prev: B65F | Up: Map | Next: B67B |