mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
46 lines
2.0 KiB
C
46 lines
2.0 KiB
C
#define N_(String) (String)
|
|
|
|
#define MSG_UNSUPPORTED_VBA_SGM 1
|
|
#define MSG_CANNOT_LOAD_SGM 2
|
|
#define MSG_SAVE_GAME_NOT_USING_BIOS 3
|
|
#define MSG_SAVE_GAME_USING_BIOS 4
|
|
#define MSG_UNSUPPORTED_SAVE_TYPE 5
|
|
#define MSG_CANNOT_OPEN_FILE 6
|
|
#define MSG_BAD_ZIP_FILE 7
|
|
#define MSG_NO_IMAGE_ON_ZIP 8
|
|
#define MSG_ERROR_OPENING_IMAGE 9
|
|
#define MSG_ERROR_READING_IMAGE 10
|
|
#define MSG_UNSUPPORTED_BIOS_FUNCTION 11
|
|
#define MSG_INVALID_BIOS_FILE_SIZE 12
|
|
#define MSG_INVALID_CHEAT_CODE 13
|
|
#define MSG_UNKNOWN_ARM_OPCODE 14
|
|
#define MSG_UNKNOWN_THUMB_OPCODE 15
|
|
#define MSG_ERROR_CREATING_FILE 16
|
|
#define MSG_FAILED_TO_READ_SGM 17
|
|
#define MSG_FAILED_TO_READ_RTC 18
|
|
#define MSG_UNSUPPORTED_VB_SGM 19
|
|
#define MSG_CANNOT_LOAD_SGM_FOR 20
|
|
#define MSG_ERROR_OPENING_IMAGE_FROM 21
|
|
#define MSG_ERROR_READING_IMAGE_FROM 22
|
|
#define MSG_UNSUPPORTED_ROM_SIZE 23
|
|
#define MSG_UNSUPPORTED_RAM_SIZE 24
|
|
#define MSG_UNKNOWN_CARTRIDGE_TYPE 25
|
|
#define MSG_MAXIMUM_NUMBER_OF_CHEATS 26
|
|
#define MSG_INVALID_GAMESHARK_CODE 27
|
|
#define MSG_INVALID_GAMEGENIE_CODE 28
|
|
#define MSG_INVALID_CHEAT_TO_REMOVE 29
|
|
#define MSG_INVALID_CHEAT_CODE_ADDRESS 30
|
|
#define MSG_UNSUPPORTED_CHEAT_LIST_VERSION 31
|
|
#define MSG_UNSUPPORTED_CHEAT_LIST_TYPE 32
|
|
#define MSG_INVALID_GSA_CODE 33
|
|
#define MSG_CANNOT_IMPORT_SNAPSHOT_FOR 34
|
|
#define MSG_UNSUPPORTED_SNAPSHOT_FILE 35
|
|
#define MSG_UNSUPPORTED_ARM_MODE 36
|
|
#define MSG_UNSUPPORTED_CODE_FILE 37
|
|
#define MSG_GBA_CODE_WARNING 38
|
|
#define MSG_INVALID_CBA_CODE 39
|
|
#define MSG_CBA_CODE_WARNING 40
|
|
#define MSG_OUT_OF_MEMORY 41
|
|
#define MSG_WRONG_GAMESHARK_CODE 42
|
|
#define MSG_UNSUPPORTED_GAMESHARK_CODE 43
|