Added the template of the new map viewer. I'll start coding it tomorrow.

(For info, you shouldn't commit resource.h after having just saved it with VS just to test Resedit, it gives me conflicts with TortoiseSVN, and Resedit can still open it. It just annoys me. Thank you for your understanding.)
This commit is contained in:
luigi__ 2009-02-03 22:32:29 +00:00
parent c070b10034
commit ac68f0317f
2 changed files with 2465 additions and 2340 deletions

View File

@ -1,7 +1,7 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resources.rc
//
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#define IDM_OPEN 101
#define IDM_QUIT 102
#define IDC_FERMER 103
@ -170,12 +170,16 @@
#define IDC_MOS 907
#define IDC_PROP0 908
#define IDC_PROP1 909
#define IDD_BGMAP_VIEWER 911
#define IDC_BGMAP_SEL 1000
#define IDC_EDIT03 1000
#define IDC_SOUNDCORECB 1000
#define IDC_BGMAP_BGXCNT 1001
#define IDC_EDIT01 1001
#define IDC_SOUNDBUFFERET 1001
#define IDC_EDIT05 1002
#define IDC_SLVOLUME 1002
#define IDC_BGMAP_TYPE 1003
#define IDC_EDIT08 1003
#define IDC_ROTATE0 1003
#define IDC_EDIT11 1004
@ -198,15 +202,27 @@
#define IDC_EDIT02 1013
#define IDC_WINDOW4X 1013
#define IDC_EDIT04 1014
#define IDC_BGMAP_CHARBASE 1016
#define IDC_BGMAP_SCRBASE 1017
#define IDC_AUTOUPDATE_ASM 1018
#define IDC_BGMAP_PRIO 1018
#define IDC_BGMAP_PAL 1019
#define IDC_VISIBLE 1019
#define IDC_BGMAP_SIZE 1020
#define IDC_IPCFIFO9 1020
#define IDC_BGMAP_SCROLL 1021
#define IDC_IPCSYNC9 1021
#define IDC_BGMAP_ROT 1022
#define IDC_IF9 1022
#define IDC_BGMAP_SCALE 1023
#define IDC_INTHAND9 1023
#define IDC_BGMAP_ROTSCALE 1024
#define IDC_IE9 1024
#define IDC_BGMAP_MOSAIC 1025
#define IDC_DISPCNTA9 1025
#define IDC_BGMAP_SPECEFF 1026
#define IDC_DISPSTATA9 1026
#define IDC_BGMAP_WINDOWS 1027
#define IDC_DEFAULT 1027
#define IDC_DISPCNTB9 1027
#define IDC_3DCORE 1028
@ -395,15 +411,3 @@
#define IDM_GBASLOT 40042
#define IDM_CHEATS_LIST 40050
#define IDM_CHEATS_SEARCH 40051
#define IDC_STATIC -1
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

File diff suppressed because it is too large Load Diff