Definition in file stringtable.c.
Go to the source code of this file.
Functions | |
| void | StrTbl_SetLanguage (BYTE u8LangId) |
| The function sets the actual string table for this session (not permanently). | |
| void | StrTbl_GetString (BYTE *pString, WORD u16StrId) |
| The function copies the string with the given ID to the given RAM location. | |
| ROM char * | StrTbl_cau8GetStringPointer (WORD u16StrId) |
| The function delivers a ROM pointer to the given string ID. | |
| ROM char * | StrTbl_cau8GetLanguageStringPointer (BYTE u8LangId, WORD u16StrId) |
| The function delivers a ROM pointer to the given string ID on a given string table. | |
| void | StrTbl_GetStringN (BYTE *pString, BYTE u8BufferSize, WORD u16StrId) |
| The function copies the string with the given ID to the given RAM location. | |
1.5.5