mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-03-21 17:25:33 -05:00
876 lines
51 KiB
Makefile
876 lines
51 KiB
Makefile
MSGDATA_DIR := files/msgdata
|
|
MSGDATA_MSG_DIR := files/msgdata/msg
|
|
|
|
# TRNAME_GMM is autogenned from json
|
|
TRNAME_GMM := $(MSGDATA_MSG_DIR)/msg_0729.gmm
|
|
BUILT_GMMS := $(sort $(TRNAME_GMM)) # add any built GMMs here
|
|
MSGFILE_GMM := $(sort $(wildcard $(MSGDATA_MSG_DIR)/*.gmm) $(BUILT_GMMS))
|
|
MSGFILE_BIN := $(patsubst %.gmm,%.bin,$(MSGFILE_GMM))
|
|
MSGFILE_H := $(patsubst %.gmm,%.h,$(MSGFILE_GMM))
|
|
|
|
TRAINER_JSON := files/poketool/trainer/trainers.json
|
|
TRNAME_TEMPLATE := files/poketool/trainer/trname.json.txt
|
|
|
|
FIRST_MSG_H_GEN := $(MSGDATA_DIR)/headers.done
|
|
TOUCH_ONCE := $(MSGDATA_DIR)/touch_once.sh
|
|
|
|
$(TRNAME_GMM):
|
|
$(JSONPROC) $(TRAINER_JSON) $(TRNAME_TEMPLATE) $(TRNAME_GMM)
|
|
$(SED) -i 's/&/&/g' $(TRNAME_GMM)
|
|
|
|
$(MSGDATA_MSG_DIR).narc: %.narc: $(MSGFILE_BIN)
|
|
|
|
# extremely ugly hack to get it actually building
|
|
#$(MSGDATA_MSG_DIR)/msg_0729.bin: $(TRNAME_GMM)
|
|
|
|
$(MSGFILE_BIN): MSGENCFLAGS = -e -c charmap.txt --gmm -H $*.h
|
|
$(MSGFILE_BIN): %.bin: %.gmm charmap.txt | $(BUILT_GMMS)
|
|
$(MSGENC) $(MSGENCFLAGS) $< $@
|
|
|
|
$(MSGFILE_H): %.h: %.bin
|
|
|
|
# This target only runs once when the header files are first generated. All the
|
|
# headers need to built by the time we start assembling the scripts. But we
|
|
# don't want to re-build all the scripts whenever a header changes later.
|
|
#
|
|
# Any scripts affected by a header change will be re-built outside this rule
|
|
# (since the scripts are assembled with DEPFLAGS).
|
|
$(FIRST_MSG_H_GEN): $(MSGFILE_H)
|
|
$(TOUCH_ONCE) $(FIRST_MSG_H_GEN)
|
|
|
|
clean-msg:
|
|
$(RM) $(MSGDATA_MSG_DIR).narc $(MSGFILE_BIN) $(MSGFILE_H) $(FIRST_MSG_H_GEN) $(TRNAME_GMM)
|
|
|
|
.PHONY: clean-msg
|
|
clean-filesystem: clean-msg
|
|
|
|
files/msgdata/msg/msg_0000.bin: MSGENCFLAGS += -k 0xFEE8
|
|
files/msgdata/msg/msg_0001.bin: MSGENCFLAGS += -k 0x9140
|
|
files/msgdata/msg/msg_0002.bin: MSGENCFLAGS += -k 0xC48B
|
|
files/msgdata/msg/msg_0003_EVERYWHERE.bin: MSGENCFLAGS += -k 0x58E6
|
|
files/msgdata/msg/msg_0004.bin: MSGENCFLAGS += -k 0x3AD4
|
|
files/msgdata/msg/msg_0005.bin: MSGENCFLAGS += -k 0xB6F3
|
|
files/msgdata/msg/msg_0006.bin: MSGENCFLAGS += -k 0x0FA3
|
|
files/msgdata/msg/msg_0007.bin: MSGENCFLAGS += -k 0x764F
|
|
files/msgdata/msg/msg_0008.bin: MSGENCFLAGS += -k 0x868A
|
|
files/msgdata/msg/msg_0009.bin: MSGENCFLAGS += -k 0xADCA
|
|
files/msgdata/msg/msg_0010.bin: MSGENCFLAGS += -k 0x02C1
|
|
files/msgdata/msg/msg_0011.bin: MSGENCFLAGS += -k 0xD21D
|
|
files/msgdata/msg/msg_0012.bin: MSGENCFLAGS += -k 0x9E3D
|
|
files/msgdata/msg/msg_0013.bin: MSGENCFLAGS += -k 0x1088
|
|
files/msgdata/msg/msg_0014.bin: MSGENCFLAGS += -k 0x3802
|
|
files/msgdata/msg/msg_0015.bin: MSGENCFLAGS += -k 0xD8D3
|
|
files/msgdata/msg/msg_0016.bin: MSGENCFLAGS += -k 0x6255
|
|
files/msgdata/msg/msg_0017.bin: MSGENCFLAGS += -k 0x443B
|
|
files/msgdata/msg/msg_0018.bin: MSGENCFLAGS += -k 0x6100
|
|
files/msgdata/msg/msg_0019.bin: MSGENCFLAGS += -k 0x39F1
|
|
files/msgdata/msg/msg_0020.bin: MSGENCFLAGS += -k 0x79A4
|
|
files/msgdata/msg/msg_0021.bin: MSGENCFLAGS += -k 0x2411
|
|
files/msgdata/msg/msg_0022.bin: MSGENCFLAGS += -k 0xE9CD
|
|
files/msgdata/msg/msg_0023.bin: MSGENCFLAGS += -k 0xEEE4
|
|
files/msgdata/msg/msg_0024.bin: MSGENCFLAGS += -k 0xF340
|
|
files/msgdata/msg/msg_0025.bin: MSGENCFLAGS += -k 0x2907
|
|
files/msgdata/msg/msg_0026.bin: MSGENCFLAGS += -k 0x28F8
|
|
files/msgdata/msg/msg_0027.bin: MSGENCFLAGS += -k 0x6785
|
|
files/msgdata/msg/msg_0028.bin: MSGENCFLAGS += -k 0x300B
|
|
files/msgdata/msg/msg_0029.bin: MSGENCFLAGS += -k 0x0008
|
|
files/msgdata/msg/msg_0030.bin: MSGENCFLAGS += -k 0x1EAE
|
|
files/msgdata/msg/msg_0031.bin: MSGENCFLAGS += -k 0x3962
|
|
files/msgdata/msg/msg_0032.bin: MSGENCFLAGS += -k 0xB943
|
|
files/msgdata/msg/msg_0033.bin: MSGENCFLAGS += -k 0x2737
|
|
files/msgdata/msg/msg_0034.bin: MSGENCFLAGS += -k 0xA69C
|
|
files/msgdata/msg/msg_0035.bin: MSGENCFLAGS += -k 0xA8F9
|
|
files/msgdata/msg/msg_0036.bin: MSGENCFLAGS += -k 0xE905
|
|
files/msgdata/msg/msg_0037.bin: MSGENCFLAGS += -k 0x59B5
|
|
files/msgdata/msg/msg_0038.bin: MSGENCFLAGS += -k 0xE933
|
|
files/msgdata/msg/msg_0039.bin: MSGENCFLAGS += -k 0x81FE
|
|
files/msgdata/msg/msg_0040.bin: MSGENCFLAGS += -k 0xD8D3
|
|
files/msgdata/msg/msg_0041.bin: MSGENCFLAGS += -k 0x6EB8
|
|
files/msgdata/msg/msg_0042.bin: MSGENCFLAGS += -k 0x5626
|
|
files/msgdata/msg/msg_0043.bin: MSGENCFLAGS += -k 0xEEB2
|
|
files/msgdata/msg/msg_0044.bin: MSGENCFLAGS += -k 0x5F5C
|
|
files/msgdata/msg/msg_0045.bin: MSGENCFLAGS += -k 0xB90F
|
|
files/msgdata/msg/msg_0046.bin: MSGENCFLAGS += -k 0x5E05
|
|
files/msgdata/msg/msg_0047_D01R0101.bin: MSGENCFLAGS += -k 0x2402
|
|
files/msgdata/msg/msg_0048_D02FS0101.bin: MSGENCFLAGS += -k 0xCB10
|
|
files/msgdata/msg/msg_0049_D02R0101.bin: MSGENCFLAGS += -k 0x1402
|
|
files/msgdata/msg/msg_0050_D02R0103.bin: MSGENCFLAGS += -k 0x140A
|
|
files/msgdata/msg/msg_0051_D02R0104.bin: MSGENCFLAGS += -k 0x1416
|
|
files/msgdata/msg/msg_0052_D10R0101.bin: MSGENCFLAGS += -k 0xB423
|
|
files/msgdata/msg/msg_0053_D11R0106.bin: MSGENCFLAGS += -k 0xA43F
|
|
files/msgdata/msg/msg_0054_D15R0101.bin: MSGENCFLAGS += -k 0xE423
|
|
files/msgdata/msg/msg_0055_D15R0102.bin: MSGENCFLAGS += -k 0xE42F
|
|
files/msgdata/msg/msg_0056_D15R0103.bin: MSGENCFLAGS += -k 0xE42B
|
|
files/msgdata/msg/msg_0057_D17R0101.bin: MSGENCFLAGS += -k 0xC423
|
|
files/msgdata/msg/msg_0058_D17R0110.bin: MSGENCFLAGS += -k 0xC027
|
|
files/msgdata/msg/msg_0059_D17R1101.bin: MSGENCFLAGS += -k 0x4C22
|
|
files/msgdata/msg/msg_0060_D18R0101.bin: MSGENCFLAGS += -k 0x3423
|
|
files/msgdata/msg/msg_0061_D18R0102.bin: MSGENCFLAGS += -k 0x342F
|
|
files/msgdata/msg/msg_0062_D22R0101.bin: MSGENCFLAGS += -k 0x9443
|
|
files/msgdata/msg/msg_0063_D22R0102.bin: MSGENCFLAGS += -k 0x944F
|
|
files/msgdata/msg/msg_0064_D22R0201.bin: MSGENCFLAGS += -k 0x945B
|
|
files/msgdata/msg/msg_0065_D23R0101.bin: MSGENCFLAGS += -k 0x8443
|
|
files/msgdata/msg/msg_0066_D23R0102.bin: MSGENCFLAGS += -k 0x844F
|
|
files/msgdata/msg/msg_0067_D23R0103.bin: MSGENCFLAGS += -k 0x844B
|
|
files/msgdata/msg/msg_0068_D23R0104.bin: MSGENCFLAGS += -k 0x8457
|
|
files/msgdata/msg/msg_0069_D23R0105.bin: MSGENCFLAGS += -k 0x8453
|
|
files/msgdata/msg/msg_0070_D23R0106.bin: MSGENCFLAGS += -k 0x845F
|
|
files/msgdata/msg/msg_0071_D23R0107.bin: MSGENCFLAGS += -k 0x845B
|
|
files/msgdata/msg/msg_0072_D24R0101.bin: MSGENCFLAGS += -k 0xF443
|
|
files/msgdata/msg/msg_0073_D24R0102.bin: MSGENCFLAGS += -k 0xF44F
|
|
files/msgdata/msg/msg_0074_D24R0202.bin: MSGENCFLAGS += -k 0xF457
|
|
files/msgdata/msg/msg_0075_D24R0204.bin: MSGENCFLAGS += -k 0xF44F
|
|
files/msgdata/msg/msg_0076_D24R0205.bin: MSGENCFLAGS += -k 0xF44B
|
|
files/msgdata/msg/msg_0077_D24R0206.bin: MSGENCFLAGS += -k 0xF447
|
|
files/msgdata/msg/msg_0078.bin: MSGENCFLAGS += -k 0xF47F
|
|
files/msgdata/msg/msg_0079_D24R0211.bin: MSGENCFLAGS += -k 0xF05B
|
|
files/msgdata/msg/msg_0080_D24R0212.bin: MSGENCFLAGS += -k 0xF057
|
|
files/msgdata/msg/msg_0081_D24R0213.bin: MSGENCFLAGS += -k 0xF053
|
|
files/msgdata/msg/msg_0082_D24R0214.bin: MSGENCFLAGS += -k 0xF04F
|
|
files/msgdata/msg/msg_0083_D24R0215.bin: MSGENCFLAGS += -k 0xF04B
|
|
files/msgdata/msg/msg_0084_D24R0216.bin: MSGENCFLAGS += -k 0xF047
|
|
files/msgdata/msg/msg_0085_D24R0217.bin: MSGENCFLAGS += -k 0xF043
|
|
files/msgdata/msg/msg_0086_D24R0218.bin: MSGENCFLAGS += -k 0xF07F
|
|
files/msgdata/msg/msg_0087_D25R0101.bin: MSGENCFLAGS += -k 0xE443
|
|
files/msgdata/msg/msg_0088_D25R0102.bin: MSGENCFLAGS += -k 0xE44F
|
|
files/msgdata/msg/msg_0089_D25R0103.bin: MSGENCFLAGS += -k 0xE44B
|
|
files/msgdata/msg/msg_0090_D26R0101.bin: MSGENCFLAGS += -k 0xD443
|
|
files/msgdata/msg/msg_0091_D26R0102.bin: MSGENCFLAGS += -k 0xD44F
|
|
files/msgdata/msg/msg_0092_D26R0103.bin: MSGENCFLAGS += -k 0xD44B
|
|
files/msgdata/msg/msg_0093_D27R0101.bin: MSGENCFLAGS += -k 0xC443
|
|
files/msgdata/msg/msg_0094_D27R0107.bin: MSGENCFLAGS += -k 0xC45B
|
|
files/msgdata/msg/msg_0095_D27R0108.bin: MSGENCFLAGS += -k 0xC467
|
|
files/msgdata/msg/msg_0096_D31R0201.bin: MSGENCFLAGS += -k 0x247A
|
|
files/msgdata/msg/msg_0097.bin: MSGENCFLAGS += -k 0x246A
|
|
files/msgdata/msg/msg_0098.bin: MSGENCFLAGS += -k 0x2466
|
|
files/msgdata/msg/msg_0099_D31R0207.bin: MSGENCFLAGS += -k 0x2462
|
|
files/msgdata/msg/msg_0100_D32.bin: MSGENCFLAGS += -k 0xCBA6
|
|
files/msgdata/msg/msg_0101_D32FS0101.bin: MSGENCFLAGS += -k 0xAB10
|
|
files/msgdata/msg/msg_0102_D32PC0101.bin: MSGENCFLAGS += -k 0x4A13
|
|
files/msgdata/msg/msg_0103_D32R0101.bin: MSGENCFLAGS += -k 0x1462
|
|
files/msgdata/msg/msg_0104_D32R0102.bin: MSGENCFLAGS += -k 0x146E
|
|
files/msgdata/msg/msg_0105_D32R0103.bin: MSGENCFLAGS += -k 0x146A
|
|
files/msgdata/msg/msg_0106.bin: MSGENCFLAGS += -k 0x147A
|
|
files/msgdata/msg/msg_0107_D32R0301.bin: MSGENCFLAGS += -k 0x9473
|
|
files/msgdata/msg/msg_0108_D32R0401.bin: MSGENCFLAGS += -k 0x144A
|
|
files/msgdata/msg/msg_0109_D32R0501.bin: MSGENCFLAGS += -k 0x9443
|
|
files/msgdata/msg/msg_0110_D32R0601.bin: MSGENCFLAGS += -k 0x945B
|
|
files/msgdata/msg/msg_0111_D35R0101.bin: MSGENCFLAGS += -k 0x6462
|
|
files/msgdata/msg/msg_0112_D35R0102.bin: MSGENCFLAGS += -k 0x646E
|
|
files/msgdata/msg/msg_0113_D35R0103.bin: MSGENCFLAGS += -k 0x646A
|
|
files/msgdata/msg/msg_0114_D35R0104.bin: MSGENCFLAGS += -k 0x6476
|
|
files/msgdata/msg/msg_0115_D36R0101.bin: MSGENCFLAGS += -k 0x5462
|
|
files/msgdata/msg/msg_0116_D37R0101.bin: MSGENCFLAGS += -k 0x4462
|
|
files/msgdata/msg/msg_0117_D37R0102.bin: MSGENCFLAGS += -k 0x446E
|
|
files/msgdata/msg/msg_0118_D37R0103.bin: MSGENCFLAGS += -k 0x446A
|
|
files/msgdata/msg/msg_0119_D37R0104.bin: MSGENCFLAGS += -k 0x4476
|
|
files/msgdata/msg/msg_0120_D37R0105.bin: MSGENCFLAGS += -k 0x4472
|
|
files/msgdata/msg/msg_0121_D38R0104.bin: MSGENCFLAGS += -k 0xB476
|
|
files/msgdata/msg/msg_0122_D39R0101.bin: MSGENCFLAGS += -k 0xA462
|
|
files/msgdata/msg/msg_0123_D39R0103.bin: MSGENCFLAGS += -k 0xA46A
|
|
files/msgdata/msg/msg_0124_D40R0104.bin: MSGENCFLAGS += -k 0xB497
|
|
files/msgdata/msg/msg_0125_D40R0107.bin: MSGENCFLAGS += -k 0xB49B
|
|
files/msgdata/msg/msg_0126_D41R0108.bin: MSGENCFLAGS += -k 0xA4A7
|
|
files/msgdata/msg/msg_0127_D42R0101.bin: MSGENCFLAGS += -k 0x9483
|
|
files/msgdata/msg/msg_0128_D43R0103.bin: MSGENCFLAGS += -k 0x848B
|
|
files/msgdata/msg/msg_0129_D44R0102.bin: MSGENCFLAGS += -k 0xF48F
|
|
files/msgdata/msg/msg_0130_D44R0103.bin: MSGENCFLAGS += -k 0xF48B
|
|
files/msgdata/msg/msg_0131_D45R0102.bin: MSGENCFLAGS += -k 0xE48F
|
|
files/msgdata/msg/msg_0132_D46R0101.bin: MSGENCFLAGS += -k 0xD483
|
|
files/msgdata/msg/msg_0133_D47.bin: MSGENCFLAGS += -k 0xD7B2
|
|
files/msgdata/msg/msg_0134_D47PC0101.bin: MSGENCFLAGS += -k 0x2AB2
|
|
files/msgdata/msg/msg_0135_D47R0101.bin: MSGENCFLAGS += -k 0xC483
|
|
files/msgdata/msg/msg_0136_D48R0101.bin: MSGENCFLAGS += -k 0x3483
|
|
files/msgdata/msg/msg_0137_D49.bin: MSGENCFLAGS += -k 0xD78A
|
|
files/msgdata/msg/msg_0138_D49R0101.bin: MSGENCFLAGS += -k 0x2483
|
|
files/msgdata/msg/msg_0139_D49R0102.bin: MSGENCFLAGS += -k 0x248F
|
|
files/msgdata/msg/msg_0140_D49R0104.bin: MSGENCFLAGS += -k 0x2497
|
|
files/msgdata/msg/msg_0141_D49R0105.bin: MSGENCFLAGS += -k 0x2493
|
|
files/msgdata/msg/msg_0142_D49R0106.bin: MSGENCFLAGS += -k 0x249F
|
|
files/msgdata/msg/msg_0143_D49R0107.bin: MSGENCFLAGS += -k 0x249B
|
|
files/msgdata/msg/msg_0144_D50R0101.bin: MSGENCFLAGS += -k 0x34A2
|
|
files/msgdata/msg/msg_0145_D51R0101.bin: MSGENCFLAGS += -k 0x24A2
|
|
files/msgdata/msg/msg_0146_D51R0201.bin: MSGENCFLAGS += -k 0x24BA
|
|
files/msgdata/msg/msg_0147_D51R0301.bin: MSGENCFLAGS += -k 0xA4B3
|
|
files/msgdata/msg/msg_0148_D52R0101.bin: MSGENCFLAGS += -k 0x14A2
|
|
files/msgdata/msg/msg_0149_D52R0102.bin: MSGENCFLAGS += -k 0x14AE
|
|
files/msgdata/msg/msg_0150_D52R0103.bin: MSGENCFLAGS += -k 0x14AA
|
|
files/msgdata/msg/msg_0151.bin: MSGENCFLAGS += -k 0xEAC3
|
|
files/msgdata/msg/msg_0152.bin: MSGENCFLAGS += -k 0xB380
|
|
files/msgdata/msg/msg_0153.bin: MSGENCFLAGS += -k 0xA4BC
|
|
files/msgdata/msg/msg_0154.bin: MSGENCFLAGS += -k 0x7852
|
|
files/msgdata/msg/msg_0155.bin: MSGENCFLAGS += -k 0xBAED
|
|
files/msgdata/msg/msg_0156.bin: MSGENCFLAGS += -k 0x770E
|
|
files/msgdata/msg/msg_0157.bin: MSGENCFLAGS += -k 0x66D4
|
|
files/msgdata/msg/msg_0158.bin: MSGENCFLAGS += -k 0x6E9B
|
|
files/msgdata/msg/msg_0159.bin: MSGENCFLAGS += -k 0xCA9D
|
|
files/msgdata/msg/msg_0160.bin: MSGENCFLAGS += -k 0x0ED8
|
|
files/msgdata/msg/msg_0161.bin: MSGENCFLAGS += -k 0x547E
|
|
files/msgdata/msg/msg_0162.bin: MSGENCFLAGS += -k 0x103C
|
|
files/msgdata/msg/msg_0163.bin: MSGENCFLAGS += -k 0x6E7B
|
|
files/msgdata/msg/msg_0164.bin: MSGENCFLAGS += -k 0x2ECC
|
|
files/msgdata/msg/msg_0165.bin: MSGENCFLAGS += -k 0xE2BD
|
|
files/msgdata/msg/msg_0166.bin: MSGENCFLAGS += -k 0x0BCE
|
|
files/msgdata/msg/msg_0167.bin: MSGENCFLAGS += -k 0xB29B
|
|
files/msgdata/msg/msg_0168.bin: MSGENCFLAGS += -k 0xC56B
|
|
files/msgdata/msg/msg_0169.bin: MSGENCFLAGS += -k 0x4EEC
|
|
files/msgdata/msg/msg_0170.bin: MSGENCFLAGS += -k 0xBB13
|
|
files/msgdata/msg/msg_0171.bin: MSGENCFLAGS += -k 0x491E
|
|
files/msgdata/msg/msg_0172.bin: MSGENCFLAGS += -k 0xE278
|
|
files/msgdata/msg/msg_0173.bin: MSGENCFLAGS += -k 0xCA9C
|
|
files/msgdata/msg/msg_0174.bin: MSGENCFLAGS += -k 0xE9AF
|
|
files/msgdata/msg/msg_0175.bin: MSGENCFLAGS += -k 0x16E9
|
|
files/msgdata/msg/msg_0176.bin: MSGENCFLAGS += -k 0xB4B2
|
|
files/msgdata/msg/msg_0177.bin: MSGENCFLAGS += -k 0x3D9B
|
|
files/msgdata/msg/msg_0178.bin: MSGENCFLAGS += -k 0xD790
|
|
files/msgdata/msg/msg_0179.bin: MSGENCFLAGS += -k 0xEF78
|
|
files/msgdata/msg/msg_0180.bin: MSGENCFLAGS += -k 0x05BF
|
|
files/msgdata/msg/msg_0181.bin: MSGENCFLAGS += -k 0x6B7A
|
|
files/msgdata/msg/msg_0182.bin: MSGENCFLAGS += -k 0x0D41
|
|
files/msgdata/msg/msg_0183.bin: MSGENCFLAGS += -k 0x6323
|
|
files/msgdata/msg/msg_0184.bin: MSGENCFLAGS += -k 0x6759
|
|
files/msgdata/msg/msg_0185.bin: MSGENCFLAGS += -k 0x1C08
|
|
files/msgdata/msg/msg_0186.bin: MSGENCFLAGS += -k 0x923C
|
|
files/msgdata/msg/msg_0187.bin: MSGENCFLAGS += -k 0xBBE6
|
|
files/msgdata/msg/msg_0188.bin: MSGENCFLAGS += -k 0x06B5
|
|
files/msgdata/msg/msg_0189.bin: MSGENCFLAGS += -k 0x123F
|
|
files/msgdata/msg/msg_0190.bin: MSGENCFLAGS += -k 0xE6E4
|
|
files/msgdata/msg/msg_0191.bin: MSGENCFLAGS += -k 0x5031
|
|
files/msgdata/msg/msg_0192.bin: MSGENCFLAGS += -k 0x84EE
|
|
files/msgdata/msg/msg_0193.bin: MSGENCFLAGS += -k 0x7A1F
|
|
files/msgdata/msg/msg_0194.bin: MSGENCFLAGS += -k 0x0F6D
|
|
files/msgdata/msg/msg_0195.bin: MSGENCFLAGS += -k 0x2239
|
|
files/msgdata/msg/msg_0196.bin: MSGENCFLAGS += -k 0xD3A0
|
|
files/msgdata/msg/msg_0197.bin: MSGENCFLAGS += -k 0xBAF4
|
|
files/msgdata/msg/msg_0198.bin: MSGENCFLAGS += -k 0x6A87
|
|
files/msgdata/msg/msg_0199.bin: MSGENCFLAGS += -k 0xA206
|
|
files/msgdata/msg/msg_0200.bin: MSGENCFLAGS += -k 0x12E7
|
|
files/msgdata/msg/msg_0201.bin: MSGENCFLAGS += -k 0xD2C8
|
|
files/msgdata/msg/msg_0202.bin: MSGENCFLAGS += -k 0x90D0
|
|
files/msgdata/msg/msg_0203.bin: MSGENCFLAGS += -k 0xA06B
|
|
files/msgdata/msg/msg_0204.bin: MSGENCFLAGS += -k 0x8E95
|
|
files/msgdata/msg/msg_0205.bin: MSGENCFLAGS += -k 0x56F9
|
|
files/msgdata/msg/msg_0206.bin: MSGENCFLAGS += -k 0x3774
|
|
files/msgdata/msg/msg_0207.bin: MSGENCFLAGS += -k 0xC3CA
|
|
files/msgdata/msg/msg_0208.bin: MSGENCFLAGS += -k 0x082E
|
|
files/msgdata/msg/msg_0209.bin: MSGENCFLAGS += -k 0xB330
|
|
files/msgdata/msg/msg_0210.bin: MSGENCFLAGS += -k 0x4F58
|
|
files/msgdata/msg/msg_0211.bin: MSGENCFLAGS += -k 0x9644
|
|
files/msgdata/msg/msg_0212_HIROBA.bin: MSGENCFLAGS += -k 0x453E
|
|
files/msgdata/msg/msg_0213.bin: MSGENCFLAGS += -k 0x08EF
|
|
files/msgdata/msg/msg_0214.bin: MSGENCFLAGS += -k 0xC019
|
|
files/msgdata/msg/msg_0215.bin: MSGENCFLAGS += -k 0x0CAD
|
|
files/msgdata/msg/msg_0216.bin: MSGENCFLAGS += -k 0x7B4D
|
|
files/msgdata/msg/msg_0217.bin: MSGENCFLAGS += -k 0xE4A5
|
|
files/msgdata/msg/msg_0218.bin: MSGENCFLAGS += -k 0x141F
|
|
files/msgdata/msg/msg_0219.bin: MSGENCFLAGS += -k 0xF2D0
|
|
files/msgdata/msg/msg_0220.bin: MSGENCFLAGS += -k 0x3FE6
|
|
files/msgdata/msg/msg_0221.bin: MSGENCFLAGS += -k 0x5EFC
|
|
files/msgdata/msg/msg_0222.bin: MSGENCFLAGS += -k 0xCAAD
|
|
files/msgdata/msg/msg_0223.bin: MSGENCFLAGS += -k 0xA320
|
|
files/msgdata/msg/msg_0224.bin: MSGENCFLAGS += -k 0x2BAD
|
|
files/msgdata/msg/msg_0225.bin: MSGENCFLAGS += -k 0xD6DC
|
|
files/msgdata/msg/msg_0226.bin: MSGENCFLAGS += -k 0x49B2
|
|
files/msgdata/msg/msg_0227.bin: MSGENCFLAGS += -k 0x291F
|
|
files/msgdata/msg/msg_0228.bin: MSGENCFLAGS += -k 0x110A
|
|
files/msgdata/msg/msg_0229.bin: MSGENCFLAGS += -k 0x4754
|
|
files/msgdata/msg/msg_0230.bin: MSGENCFLAGS += -k 0x387C
|
|
files/msgdata/msg/msg_0231.bin: MSGENCFLAGS += -k 0x1FBC
|
|
files/msgdata/msg/msg_0232.bin: MSGENCFLAGS += -k 0x0F73
|
|
files/msgdata/msg/msg_0233.bin: MSGENCFLAGS += -k 0xE814
|
|
files/msgdata/msg/msg_0234.bin: MSGENCFLAGS += -k 0xAF15
|
|
files/msgdata/msg/msg_0235.bin: MSGENCFLAGS += -k 0x56FC
|
|
files/msgdata/msg/msg_0236.bin: MSGENCFLAGS += -k 0x66E7
|
|
files/msgdata/msg/msg_0237.bin: MSGENCFLAGS += -k 0x782C
|
|
files/msgdata/msg/msg_0238.bin: MSGENCFLAGS += -k 0xE921
|
|
files/msgdata/msg/msg_0239.bin: MSGENCFLAGS += -k 0xE25C
|
|
files/msgdata/msg/msg_0240.bin: MSGENCFLAGS += -k 0x80E3
|
|
files/msgdata/msg/msg_0241.bin: MSGENCFLAGS += -k 0x80EF
|
|
files/msgdata/msg/msg_0242.bin: MSGENCFLAGS += -k 0x80EB
|
|
files/msgdata/msg/msg_0243.bin: MSGENCFLAGS += -k 0x80F7
|
|
files/msgdata/msg/msg_0244.bin: MSGENCFLAGS += -k 0x80F3
|
|
files/msgdata/msg/msg_0245.bin: MSGENCFLAGS += -k 0x8896
|
|
files/msgdata/msg/msg_0246.bin: MSGENCFLAGS += -k 0x2B57
|
|
files/msgdata/msg/msg_0247.bin: MSGENCFLAGS += -k 0x2A22
|
|
files/msgdata/msg/msg_0248.bin: MSGENCFLAGS += -k 0xA7C9
|
|
files/msgdata/msg/msg_0249.bin: MSGENCFLAGS += -k 0x71D3
|
|
files/msgdata/msg/msg_0250.bin: MSGENCFLAGS += -k 0xA004
|
|
files/msgdata/msg/msg_0251.bin: MSGENCFLAGS += -k 0x3455
|
|
files/msgdata/msg/msg_0252.bin: MSGENCFLAGS += -k 0xD9AE
|
|
files/msgdata/msg/msg_0253.bin: MSGENCFLAGS += -k 0x1B1A
|
|
files/msgdata/msg/msg_0254.bin: MSGENCFLAGS += -k 0xE7E1
|
|
files/msgdata/msg/msg_0255_P01R0101.bin: MSGENCFLAGS += -k 0x2407
|
|
files/msgdata/msg/msg_0256_P01R0102.bin: MSGENCFLAGS += -k 0x240B
|
|
files/msgdata/msg/msg_0257_P01R0103.bin: MSGENCFLAGS += -k 0x240F
|
|
files/msgdata/msg/msg_0258_P01R0104.bin: MSGENCFLAGS += -k 0x2413
|
|
files/msgdata/msg/msg_0259_P01R0301.bin: MSGENCFLAGS += -k 0xA416
|
|
files/msgdata/msg/msg_0260_P01R0302.bin: MSGENCFLAGS += -k 0xA41A
|
|
files/msgdata/msg/msg_0261_P01R0303.bin: MSGENCFLAGS += -k 0xA41E
|
|
files/msgdata/msg/msg_0262_P01R0306.bin: MSGENCFLAGS += -k 0xA40A
|
|
files/msgdata/msg/msg_0263_P01R0307.bin: MSGENCFLAGS += -k 0xA40E
|
|
files/msgdata/msg/msg_0264.bin: MSGENCFLAGS += -k 0x1605
|
|
files/msgdata/msg/msg_0265.bin: MSGENCFLAGS += -k 0x949F
|
|
files/msgdata/msg/msg_0266.bin: MSGENCFLAGS += -k 0x9935
|
|
files/msgdata/msg/msg_0267.bin: MSGENCFLAGS += -k 0x0639
|
|
files/msgdata/msg/msg_0268.bin: MSGENCFLAGS += -k 0x670D
|
|
files/msgdata/msg/msg_0269.bin: MSGENCFLAGS += -k 0x213D
|
|
files/msgdata/msg/msg_0270.bin: MSGENCFLAGS += -k 0x1F6D
|
|
files/msgdata/msg/msg_0271.bin: MSGENCFLAGS += -k 0xB132
|
|
files/msgdata/msg/msg_0272.bin: MSGENCFLAGS += -k 0xA782
|
|
files/msgdata/msg/msg_0273.bin: MSGENCFLAGS += -k 0x2353
|
|
files/msgdata/msg/msg_0274.bin: MSGENCFLAGS += -k 0x14E2
|
|
files/msgdata/msg/msg_0275.bin: MSGENCFLAGS += -k 0x16F7
|
|
files/msgdata/msg/msg_0276.bin: MSGENCFLAGS += -k 0xBC67
|
|
files/msgdata/msg/msg_0277.bin: MSGENCFLAGS += -k 0x519B
|
|
files/msgdata/msg/msg_0278.bin: MSGENCFLAGS += -k 0x1105
|
|
files/msgdata/msg/msg_0279.bin: MSGENCFLAGS += -k 0x0A06
|
|
files/msgdata/msg/msg_0280.bin: MSGENCFLAGS += -k 0x5C7D
|
|
files/msgdata/msg/msg_0281.bin: MSGENCFLAGS += -k 0x1078
|
|
files/msgdata/msg/msg_0282.bin: MSGENCFLAGS += -k 0xA375
|
|
files/msgdata/msg/msg_0283.bin: MSGENCFLAGS += -k 0x909B
|
|
files/msgdata/msg/msg_0284.bin: MSGENCFLAGS += -k 0x3DCE
|
|
files/msgdata/msg/msg_0285.bin: MSGENCFLAGS += -k 0xFBA6
|
|
files/msgdata/msg/msg_0286.bin: MSGENCFLAGS += -k 0xFBA2
|
|
files/msgdata/msg/msg_0287.bin: MSGENCFLAGS += -k 0xFB9E
|
|
files/msgdata/msg/msg_0288.bin: MSGENCFLAGS += -k 0xFB9A
|
|
files/msgdata/msg/msg_0289.bin: MSGENCFLAGS += -k 0xFFBE
|
|
files/msgdata/msg/msg_0290.bin: MSGENCFLAGS += -k 0xFFBA
|
|
files/msgdata/msg/msg_0291.bin: MSGENCFLAGS += -k 0xFFB6
|
|
files/msgdata/msg/msg_0292.bin: MSGENCFLAGS += -k 0xDB06
|
|
files/msgdata/msg/msg_0293.bin: MSGENCFLAGS += -k 0xBB16
|
|
files/msgdata/msg/msg_0294.bin: MSGENCFLAGS += -k 0x16E5
|
|
files/msgdata/msg/msg_0295.bin: MSGENCFLAGS += -k 0x6289
|
|
files/msgdata/msg/msg_0296.bin: MSGENCFLAGS += -k 0x08F7
|
|
files/msgdata/msg/msg_0297.bin: MSGENCFLAGS += -k 0xE9A2
|
|
files/msgdata/msg/msg_0298.bin: MSGENCFLAGS += -k 0x3336
|
|
files/msgdata/msg/msg_0299.bin: MSGENCFLAGS += -k 0x3854
|
|
files/msgdata/msg/msg_0300.bin: MSGENCFLAGS += -k 0xE14E
|
|
files/msgdata/msg/msg_0301.bin: MSGENCFLAGS += -k 0x5198
|
|
files/msgdata/msg/msg_0302.bin: MSGENCFLAGS += -k 0xB047
|
|
files/msgdata/msg/msg_0303.bin: MSGENCFLAGS += -k 0x0D4F
|
|
files/msgdata/msg/msg_0304.bin: MSGENCFLAGS += -k 0x62B7
|
|
files/msgdata/msg/msg_0305.bin: MSGENCFLAGS += -k 0x3A19
|
|
files/msgdata/msg/msg_0306.bin: MSGENCFLAGS += -k 0xCD8E
|
|
files/msgdata/msg/msg_0307.bin: MSGENCFLAGS += -k 0xBF7A
|
|
files/msgdata/msg/msg_0308.bin: MSGENCFLAGS += -k 0x0F58
|
|
files/msgdata/msg/msg_0309.bin: MSGENCFLAGS += -k 0x2AC5
|
|
files/msgdata/msg/msg_0310.bin: MSGENCFLAGS += -k 0xB6D6
|
|
files/msgdata/msg/msg_0311.bin: MSGENCFLAGS += -k 0xE2EF
|
|
files/msgdata/msg/msg_0312.bin: MSGENCFLAGS += -k 0x58C2
|
|
files/msgdata/msg/msg_0313.bin: MSGENCFLAGS += -k 0x8E3F
|
|
files/msgdata/msg/msg_0314.bin: MSGENCFLAGS += -k 0xE6EF
|
|
files/msgdata/msg/msg_0315.bin: MSGENCFLAGS += -k 0x8BDC
|
|
files/msgdata/msg/msg_0316.bin: MSGENCFLAGS += -k 0x24FF
|
|
files/msgdata/msg/msg_0317.bin: MSGENCFLAGS += -k 0x0165
|
|
files/msgdata/msg/msg_0318.bin: MSGENCFLAGS += -k 0x7B00
|
|
files/msgdata/msg/msg_0319_R01.bin: MSGENCFLAGS += -k 0x471B
|
|
files/msgdata/msg/msg_0320_R02.bin: MSGENCFLAGS += -k 0x4717
|
|
files/msgdata/msg/msg_0321_R02R0101.bin: MSGENCFLAGS += -k 0xD406
|
|
files/msgdata/msg/msg_0322_R02R0201.bin: MSGENCFLAGS += -k 0xD41E
|
|
files/msgdata/msg/msg_0323_R02R0301.bin: MSGENCFLAGS += -k 0x5417
|
|
files/msgdata/msg/msg_0324_R02R0401.bin: MSGENCFLAGS += -k 0xD42E
|
|
files/msgdata/msg/msg_0325_R02R0501.bin: MSGENCFLAGS += -k 0x5427
|
|
files/msgdata/msg/msg_0326_R03.bin: MSGENCFLAGS += -k 0x4713
|
|
files/msgdata/msg/msg_0327_R03PC0101.bin: MSGENCFLAGS += -k 0xAFB2
|
|
files/msgdata/msg/msg_0328_R04.bin: MSGENCFLAGS += -k 0x470F
|
|
files/msgdata/msg/msg_0329_R05.bin: MSGENCFLAGS += -k 0x470B
|
|
files/msgdata/msg/msg_0330_R05R0201.bin: MSGENCFLAGS += -k 0xA41E
|
|
files/msgdata/msg/msg_0331_R05R0202.bin: MSGENCFLAGS += -k 0xA412
|
|
files/msgdata/msg/msg_0332_R05R0301.bin: MSGENCFLAGS += -k 0x2417
|
|
files/msgdata/msg/msg_0333_R05R0401.bin: MSGENCFLAGS += -k 0xA42E
|
|
files/msgdata/msg/msg_0334_R06.bin: MSGENCFLAGS += -k 0x4707
|
|
files/msgdata/msg/msg_0335_R06R0201.bin: MSGENCFLAGS += -k 0x941E
|
|
files/msgdata/msg/msg_0336_R07.bin: MSGENCFLAGS += -k 0x4703
|
|
files/msgdata/msg/msg_0337_R07R0101.bin: MSGENCFLAGS += -k 0x8406
|
|
files/msgdata/msg/msg_0338_R08.bin: MSGENCFLAGS += -k 0x473F
|
|
files/msgdata/msg/msg_0339_R08R0201.bin: MSGENCFLAGS += -k 0x741E
|
|
files/msgdata/msg/msg_0340_R09.bin: MSGENCFLAGS += -k 0x473B
|
|
files/msgdata/msg/msg_0341_R10.bin: MSGENCFLAGS += -k 0x431F
|
|
files/msgdata/msg/msg_0342_R10PC0101.bin: MSGENCFLAGS += -k 0x0FD3
|
|
files/msgdata/msg/msg_0343_R10R0101.bin: MSGENCFLAGS += -k 0x7427
|
|
files/msgdata/msg/msg_0344_R10R0201.bin: MSGENCFLAGS += -k 0x743F
|
|
files/msgdata/msg/msg_0345_R10R0202.bin: MSGENCFLAGS += -k 0x7433
|
|
files/msgdata/msg/msg_0346_R11.bin: MSGENCFLAGS += -k 0x431B
|
|
files/msgdata/msg/msg_0347_R11R0101.bin: MSGENCFLAGS += -k 0x6427
|
|
files/msgdata/msg/msg_0348_R12.bin: MSGENCFLAGS += -k 0x4317
|
|
files/msgdata/msg/msg_0349_R12R0101.bin: MSGENCFLAGS += -k 0x5427
|
|
files/msgdata/msg/msg_0350_R13.bin: MSGENCFLAGS += -k 0x4313
|
|
files/msgdata/msg/msg_0351_R14.bin: MSGENCFLAGS += -k 0x430F
|
|
files/msgdata/msg/msg_0352_R15.bin: MSGENCFLAGS += -k 0x430B
|
|
files/msgdata/msg/msg_0353_R15R0101.bin: MSGENCFLAGS += -k 0x2427
|
|
files/msgdata/msg/msg_0354_R16.bin: MSGENCFLAGS += -k 0x4307
|
|
files/msgdata/msg/msg_0355_R16R0101.bin: MSGENCFLAGS += -k 0x1427
|
|
files/msgdata/msg/msg_0356_R16R0201.bin: MSGENCFLAGS += -k 0x143F
|
|
files/msgdata/msg/msg_0357_R17.bin: MSGENCFLAGS += -k 0x4303
|
|
files/msgdata/msg/msg_0358_R18.bin: MSGENCFLAGS += -k 0x433F
|
|
files/msgdata/msg/msg_0359_R18R0101.bin: MSGENCFLAGS += -k 0xF427
|
|
files/msgdata/msg/msg_0360_R22.bin: MSGENCFLAGS += -k 0x4F17
|
|
files/msgdata/msg/msg_0361_R22R0101.bin: MSGENCFLAGS += -k 0x5447
|
|
files/msgdata/msg/msg_0362_R24.bin: MSGENCFLAGS += -k 0x4F0F
|
|
files/msgdata/msg/msg_0363_R25.bin: MSGENCFLAGS += -k 0x4F0B
|
|
files/msgdata/msg/msg_0364_R25R0101.bin: MSGENCFLAGS += -k 0x2447
|
|
files/msgdata/msg/msg_0365_R26.bin: MSGENCFLAGS += -k 0x4F07
|
|
files/msgdata/msg/msg_0366_R26R0101.bin: MSGENCFLAGS += -k 0x1447
|
|
files/msgdata/msg/msg_0367_R26R0201.bin: MSGENCFLAGS += -k 0x145F
|
|
files/msgdata/msg/msg_0368.bin: MSGENCFLAGS += -k 0x9456
|
|
files/msgdata/msg/msg_0369_R27.bin: MSGENCFLAGS += -k 0x4F03
|
|
files/msgdata/msg/msg_0370_R27R0101.bin: MSGENCFLAGS += -k 0x0447
|
|
files/msgdata/msg/msg_0371_R28.bin: MSGENCFLAGS += -k 0x4F3F
|
|
files/msgdata/msg/msg_0372_R28R0101.bin: MSGENCFLAGS += -k 0xF447
|
|
files/msgdata/msg/msg_0373_R29.bin: MSGENCFLAGS += -k 0x4F3B
|
|
files/msgdata/msg/msg_0374_R29R0101.bin: MSGENCFLAGS += -k 0xE447
|
|
files/msgdata/msg/msg_0375_R30.bin: MSGENCFLAGS += -k 0x4B1F
|
|
files/msgdata/msg/msg_0376_R30R0101.bin: MSGENCFLAGS += -k 0xF466
|
|
files/msgdata/msg/msg_0377_R30R0201.bin: MSGENCFLAGS += -k 0xF47E
|
|
files/msgdata/msg/msg_0378_R31.bin: MSGENCFLAGS += -k 0x4B1B
|
|
files/msgdata/msg/msg_0379_R31R0101.bin: MSGENCFLAGS += -k 0xE466
|
|
files/msgdata/msg/msg_0380_R32.bin: MSGENCFLAGS += -k 0x4B17
|
|
files/msgdata/msg/msg_0381_R32PC0101.bin: MSGENCFLAGS += -k 0x4F93
|
|
files/msgdata/msg/msg_0382_R32R0101.bin: MSGENCFLAGS += -k 0xD466
|
|
files/msgdata/msg/msg_0383_R33.bin: MSGENCFLAGS += -k 0x4B13
|
|
files/msgdata/msg/msg_0384_R34.bin: MSGENCFLAGS += -k 0x4B0F
|
|
files/msgdata/msg/msg_0385_R34R0101.bin: MSGENCFLAGS += -k 0xB466
|
|
files/msgdata/msg/msg_0386_R34R0201.bin: MSGENCFLAGS += -k 0xB47E
|
|
files/msgdata/msg/msg_0387_R35.bin: MSGENCFLAGS += -k 0x4B0B
|
|
files/msgdata/msg/msg_0388_R35R0101.bin: MSGENCFLAGS += -k 0xA466
|
|
files/msgdata/msg/msg_0389_R35R0201.bin: MSGENCFLAGS += -k 0xA47E
|
|
files/msgdata/msg/msg_0390_R36.bin: MSGENCFLAGS += -k 0x4B07
|
|
files/msgdata/msg/msg_0391_R36R0101.bin: MSGENCFLAGS += -k 0x9466
|
|
files/msgdata/msg/msg_0392_R36R0201.bin: MSGENCFLAGS += -k 0x947E
|
|
files/msgdata/msg/msg_0393_R37.bin: MSGENCFLAGS += -k 0x4B03
|
|
files/msgdata/msg/msg_0394_R38.bin: MSGENCFLAGS += -k 0x4B3F
|
|
files/msgdata/msg/msg_0395_R38R0101.bin: MSGENCFLAGS += -k 0x7466
|
|
files/msgdata/msg/msg_0396_R39.bin: MSGENCFLAGS += -k 0x4B3B
|
|
files/msgdata/msg/msg_0397_R39R0101.bin: MSGENCFLAGS += -k 0x6466
|
|
files/msgdata/msg/msg_0398_R39R0201.bin: MSGENCFLAGS += -k 0x647E
|
|
files/msgdata/msg/msg_0399_R42.bin: MSGENCFLAGS += -k 0x5717
|
|
files/msgdata/msg/msg_0400_R42R0101.bin: MSGENCFLAGS += -k 0x5487
|
|
files/msgdata/msg/msg_0401_R43.bin: MSGENCFLAGS += -k 0x5713
|
|
files/msgdata/msg/msg_0402_R43R0101.bin: MSGENCFLAGS += -k 0x4487
|
|
files/msgdata/msg/msg_0403_R43R0201.bin: MSGENCFLAGS += -k 0x449F
|
|
files/msgdata/msg/msg_0404_R44.bin: MSGENCFLAGS += -k 0x570F
|
|
files/msgdata/msg/msg_0405_R45.bin: MSGENCFLAGS += -k 0x570B
|
|
files/msgdata/msg/msg_0406_R46.bin: MSGENCFLAGS += -k 0x5707
|
|
files/msgdata/msg/msg_0407_R47.bin: MSGENCFLAGS += -k 0x5703
|
|
files/msgdata/msg/msg_0408_R48.bin: MSGENCFLAGS += -k 0x573F
|
|
files/msgdata/msg/msg_0409.bin: MSGENCFLAGS += -k 0x829B
|
|
files/msgdata/msg/msg_0410.bin: MSGENCFLAGS += -k 0xD2CD
|
|
files/msgdata/msg/msg_0411.bin: MSGENCFLAGS += -k 0xDEF1
|
|
files/msgdata/msg/msg_0412.bin: MSGENCFLAGS += -k 0xC1D7
|
|
files/msgdata/msg/msg_0413.bin: MSGENCFLAGS += -k 0xA6B2
|
|
files/msgdata/msg/msg_0414.bin: MSGENCFLAGS += -k 0x12E2
|
|
files/msgdata/msg/msg_0415.bin: MSGENCFLAGS += -k 0xF1F4
|
|
files/msgdata/msg/msg_0416.bin: MSGENCFLAGS += -k 0x0EBB
|
|
files/msgdata/msg/msg_0417.bin: MSGENCFLAGS += -k 0x70EF
|
|
files/msgdata/msg/msg_0418.bin: MSGENCFLAGS += -k 0xD2B9
|
|
files/msgdata/msg/msg_0419.bin: MSGENCFLAGS += -k 0xCAA1
|
|
files/msgdata/msg/msg_0420.bin: MSGENCFLAGS += -k 0x917E
|
|
files/msgdata/msg/msg_0421.bin: MSGENCFLAGS += -k 0xA009
|
|
files/msgdata/msg/msg_0422.bin: MSGENCFLAGS += -k 0xADE9
|
|
files/msgdata/msg/msg_0423.bin: MSGENCFLAGS += -k 0xB5A8
|
|
files/msgdata/msg/msg_0424.bin: MSGENCFLAGS += -k 0xD169
|
|
files/msgdata/msg/msg_0425.bin: MSGENCFLAGS += -k 0x1570
|
|
files/msgdata/msg/msg_0426.bin: MSGENCFLAGS += -k 0xA7C3
|
|
files/msgdata/msg/msg_0427.bin: MSGENCFLAGS += -k 0x15EC
|
|
files/msgdata/msg/msg_0428.bin: MSGENCFLAGS += -k 0x671F
|
|
files/msgdata/msg/msg_0429.bin: MSGENCFLAGS += -k 0x90AF
|
|
files/msgdata/msg/msg_0430.bin: MSGENCFLAGS += -k 0x90A3
|
|
files/msgdata/msg/msg_0431.bin: MSGENCFLAGS += -k 0x3160
|
|
files/msgdata/msg/msg_0432.bin: MSGENCFLAGS += -k 0x5160
|
|
files/msgdata/msg/msg_0433.bin: MSGENCFLAGS += -k 0xC8F1
|
|
files/msgdata/msg/msg_0434.bin: MSGENCFLAGS += -k 0xBB17
|
|
files/msgdata/msg/msg_0435.bin: MSGENCFLAGS += -k 0xE94A
|
|
files/msgdata/msg/msg_0436.bin: MSGENCFLAGS += -k 0x697B
|
|
files/msgdata/msg/msg_0437.bin: MSGENCFLAGS += -k 0x32AD
|
|
files/msgdata/msg/msg_0438.bin: MSGENCFLAGS += -k 0xABA7
|
|
files/msgdata/msg/msg_0439.bin: MSGENCFLAGS += -k 0x993A
|
|
files/msgdata/msg/msg_0440.bin: MSGENCFLAGS += -k 0xAA22
|
|
files/msgdata/msg/msg_0441.bin: MSGENCFLAGS += -k 0xA4D7
|
|
files/msgdata/msg/msg_0442.bin: MSGENCFLAGS += -k 0x9764
|
|
files/msgdata/msg/msg_0443.bin: MSGENCFLAGS += -k 0x307C
|
|
files/msgdata/msg/msg_0444.bin: MSGENCFLAGS += -k 0x49B7
|
|
files/msgdata/msg/msg_0445.bin: MSGENCFLAGS += -k 0x2B0A
|
|
files/msgdata/msg/msg_0446_T01.bin: MSGENCFLAGS += -k 0x472B
|
|
files/msgdata/msg/msg_0447_T01R0101.bin: MSGENCFLAGS += -k 0x2406
|
|
files/msgdata/msg/msg_0448_T01R0102.bin: MSGENCFLAGS += -k 0x240A
|
|
files/msgdata/msg/msg_0449_T01R0201.bin: MSGENCFLAGS += -k 0x241E
|
|
files/msgdata/msg/msg_0450_T01R0202.bin: MSGENCFLAGS += -k 0x2412
|
|
files/msgdata/msg/msg_0451_T01R0301.bin: MSGENCFLAGS += -k 0xA417
|
|
files/msgdata/msg/msg_0452_T02.bin: MSGENCFLAGS += -k 0x4727
|
|
files/msgdata/msg/msg_0453_T02FS0101.bin: MSGENCFLAGS += -k 0xCF10
|
|
files/msgdata/msg/msg_0454_T02GYM0101.bin: MSGENCFLAGS += -k 0x3964
|
|
files/msgdata/msg/msg_0455_T02PC0101.bin: MSGENCFLAGS += -k 0x2E13
|
|
files/msgdata/msg/msg_0456_T02R0201.bin: MSGENCFLAGS += -k 0x141E
|
|
files/msgdata/msg/msg_0457_T02R0301.bin: MSGENCFLAGS += -k 0x9417
|
|
files/msgdata/msg/msg_0458_T02R0302.bin: MSGENCFLAGS += -k 0x941B
|
|
files/msgdata/msg/msg_0459_T02R0401.bin: MSGENCFLAGS += -k 0x142E
|
|
files/msgdata/msg/msg_0460_T03.bin: MSGENCFLAGS += -k 0x4723
|
|
files/msgdata/msg/msg_0461_T03FS0101.bin: MSGENCFLAGS += -k 0x4F31
|
|
files/msgdata/msg/msg_0462_T03GYM0101.bin: MSGENCFLAGS += -k 0x9965
|
|
files/msgdata/msg/msg_0463_T03PC0101.bin: MSGENCFLAGS += -k 0xAE32
|
|
files/msgdata/msg/msg_0464_T03R0101.bin: MSGENCFLAGS += -k 0x0406
|
|
files/msgdata/msg/msg_0465_T03R0201.bin: MSGENCFLAGS += -k 0x041E
|
|
files/msgdata/msg/msg_0466_T03R0601.bin: MSGENCFLAGS += -k 0x843F
|
|
files/msgdata/msg/msg_0467_T04.bin: MSGENCFLAGS += -k 0x473F
|
|
files/msgdata/msg/msg_0468_T04FS0101.bin: MSGENCFLAGS += -k 0xCFD0
|
|
files/msgdata/msg/msg_0469_T04GYM0101.bin: MSGENCFLAGS += -k 0xF964
|
|
files/msgdata/msg/msg_0470_T04PC0101.bin: MSGENCFLAGS += -k 0x2ED3
|
|
files/msgdata/msg/msg_0471_T04R0101.bin: MSGENCFLAGS += -k 0x7406
|
|
files/msgdata/msg/msg_0472_T04R0201.bin: MSGENCFLAGS += -k 0x741E
|
|
files/msgdata/msg/msg_0473_T04R0301.bin: MSGENCFLAGS += -k 0xF417
|
|
files/msgdata/msg/msg_0474_T04R0401.bin: MSGENCFLAGS += -k 0x742E
|
|
files/msgdata/msg/msg_0475_T05.bin: MSGENCFLAGS += -k 0x473B
|
|
files/msgdata/msg/msg_0476_T05FS0101.bin: MSGENCFLAGS += -k 0x4FF1
|
|
files/msgdata/msg/msg_0477_T05PC0101.bin: MSGENCFLAGS += -k 0xAEF2
|
|
files/msgdata/msg/msg_0478_T05R0201.bin: MSGENCFLAGS += -k 0x641E
|
|
files/msgdata/msg/msg_0479_T05R0301.bin: MSGENCFLAGS += -k 0xE417
|
|
files/msgdata/msg/msg_0480_T05R0401.bin: MSGENCFLAGS += -k 0x642E
|
|
files/msgdata/msg/msg_0481_T05R0601.bin: MSGENCFLAGS += -k 0xE43F
|
|
files/msgdata/msg/msg_0482_T05R0701.bin: MSGENCFLAGS += -k 0x6436
|
|
files/msgdata/msg/msg_0483_T06.bin: MSGENCFLAGS += -k 0x4737
|
|
files/msgdata/msg/msg_0484_T06FS0101.bin: MSGENCFLAGS += -k 0x4F91
|
|
files/msgdata/msg/msg_0485_T06GYM0101.bin: MSGENCFLAGS += -k 0x3965
|
|
files/msgdata/msg/msg_0486_T06PC0101.bin: MSGENCFLAGS += -k 0xAE92
|
|
files/msgdata/msg/msg_0487_T06R0101.bin: MSGENCFLAGS += -k 0x5406
|
|
files/msgdata/msg/msg_0488_T06R0301.bin: MSGENCFLAGS += -k 0xD417
|
|
files/msgdata/msg/msg_0489_T06R0401.bin: MSGENCFLAGS += -k 0x542E
|
|
files/msgdata/msg/msg_0490_T06R0601.bin: MSGENCFLAGS += -k 0xD43F
|
|
files/msgdata/msg/msg_0491_T07.bin: MSGENCFLAGS += -k 0x4733
|
|
files/msgdata/msg/msg_0492_T07GYM0101.bin: MSGENCFLAGS += -k 0x9964
|
|
files/msgdata/msg/msg_0493_T07PC0101.bin: MSGENCFLAGS += -k 0x2EB3
|
|
files/msgdata/msg/msg_0494_T07R0101.bin: MSGENCFLAGS += -k 0x4406
|
|
files/msgdata/msg/msg_0495_T07R0102.bin: MSGENCFLAGS += -k 0x440A
|
|
files/msgdata/msg/msg_0496_T07R0103.bin: MSGENCFLAGS += -k 0x440E
|
|
files/msgdata/msg/msg_0497_T07R0104.bin: MSGENCFLAGS += -k 0x4412
|
|
files/msgdata/msg/msg_0498_T07R0105.bin: MSGENCFLAGS += -k 0x4416
|
|
files/msgdata/msg/msg_0499_T07R0106.bin: MSGENCFLAGS += -k 0x441A
|
|
files/msgdata/msg/msg_0500_T07R0107.bin: MSGENCFLAGS += -k 0x441E
|
|
files/msgdata/msg/msg_0501_T07R0201.bin: MSGENCFLAGS += -k 0x441E
|
|
files/msgdata/msg/msg_0502_T07R0202.bin: MSGENCFLAGS += -k 0x4412
|
|
files/msgdata/msg/msg_0503_T07R0203.bin: MSGENCFLAGS += -k 0x4416
|
|
files/msgdata/msg/msg_0504_T07R0204.bin: MSGENCFLAGS += -k 0x440A
|
|
files/msgdata/msg/msg_0505_T07R0205.bin: MSGENCFLAGS += -k 0x440E
|
|
files/msgdata/msg/msg_0506_T07R0206.bin: MSGENCFLAGS += -k 0x4402
|
|
files/msgdata/msg/msg_0507_T07R0207.bin: MSGENCFLAGS += -k 0x4406
|
|
files/msgdata/msg/msg_0508_T07R0401.bin: MSGENCFLAGS += -k 0x442E
|
|
files/msgdata/msg/msg_0509_T07R0501.bin: MSGENCFLAGS += -k 0xC427
|
|
files/msgdata/msg/msg_0510_T07R0701.bin: MSGENCFLAGS += -k 0x4436
|
|
files/msgdata/msg/msg_0511_T07SP0101.bin: MSGENCFLAGS += -k 0x1F83
|
|
files/msgdata/msg/msg_0512_T08.bin: MSGENCFLAGS += -k 0x470F
|
|
files/msgdata/msg/msg_0513_T08FS0101.bin: MSGENCFLAGS += -k 0xCE50
|
|
files/msgdata/msg/msg_0514_T08GYM0101.bin: MSGENCFLAGS += -k 0xF967
|
|
files/msgdata/msg/msg_0515_T08PC0101.bin: MSGENCFLAGS += -k 0x2F53
|
|
files/msgdata/msg/msg_0516_T08R0201.bin: MSGENCFLAGS += -k 0xB41E
|
|
files/msgdata/msg/msg_0517_T08R0401.bin: MSGENCFLAGS += -k 0xB42E
|
|
files/msgdata/msg/msg_0518_T08R0601.bin: MSGENCFLAGS += -k 0x343F
|
|
files/msgdata/msg/msg_0519_T09.bin: MSGENCFLAGS += -k 0x470B
|
|
files/msgdata/msg/msg_0520_T09PC0101.bin: MSGENCFLAGS += -k 0xAF72
|
|
files/msgdata/msg/msg_0521_T10.bin: MSGENCFLAGS += -k 0x432F
|
|
files/msgdata/msg/msg_0522_T10R0101.bin: MSGENCFLAGS += -k 0xB427
|
|
files/msgdata/msg/msg_0523_T10R0201.bin: MSGENCFLAGS += -k 0xB43F
|
|
files/msgdata/msg/msg_0524_T10R0301.bin: MSGENCFLAGS += -k 0x3436
|
|
files/msgdata/msg/msg_0525_T10R0401.bin: MSGENCFLAGS += -k 0xB40F
|
|
files/msgdata/msg/msg_0526_T10R0501.bin: MSGENCFLAGS += -k 0x3406
|
|
files/msgdata/msg/msg_0527_T10R0601.bin: MSGENCFLAGS += -k 0x341E
|
|
files/msgdata/msg/msg_0528_T10R0701.bin: MSGENCFLAGS += -k 0xB417
|
|
files/msgdata/msg/msg_0529_T11.bin: MSGENCFLAGS += -k 0x432B
|
|
files/msgdata/msg/msg_0530_T11FS0101.bin: MSGENCFLAGS += -k 0x6F71
|
|
files/msgdata/msg/msg_0531_T11GYM0101.bin: MSGENCFLAGS += -k 0x5924
|
|
files/msgdata/msg/msg_0532_T11PC0101.bin: MSGENCFLAGS += -k 0x8E72
|
|
files/msgdata/msg/msg_0533_T11R0101.bin: MSGENCFLAGS += -k 0xA427
|
|
files/msgdata/msg/msg_0534_T11R0501.bin: MSGENCFLAGS += -k 0x2406
|
|
files/msgdata/msg/msg_0535_T11R0601.bin: MSGENCFLAGS += -k 0x241E
|
|
files/msgdata/msg/msg_0536_T11R0602.bin: MSGENCFLAGS += -k 0x2412
|
|
files/msgdata/msg/msg_0537_T11R0701.bin: MSGENCFLAGS += -k 0xA417
|
|
files/msgdata/msg/msg_0538_T11R0702.bin: MSGENCFLAGS += -k 0xA41B
|
|
files/msgdata/msg/msg_0539_T11R0703.bin: MSGENCFLAGS += -k 0xA41F
|
|
files/msgdata/msg/msg_0540_T11R0801.bin: MSGENCFLAGS += -k 0xA46F
|
|
files/msgdata/msg/msg_0541_T11R0802.bin: MSGENCFLAGS += -k 0xA463
|
|
files/msgdata/msg/msg_0542_T20.bin: MSGENCFLAGS += -k 0x4F2F
|
|
files/msgdata/msg/msg_0543_T20R0101.bin: MSGENCFLAGS += -k 0xB447
|
|
files/msgdata/msg/msg_0544_T20R0102.bin: MSGENCFLAGS += -k 0xB44B
|
|
files/msgdata/msg/msg_0545_T20R0201.bin: MSGENCFLAGS += -k 0xB45F
|
|
files/msgdata/msg/msg_0546_T20R0202.bin: MSGENCFLAGS += -k 0xB453
|
|
files/msgdata/msg/msg_0547_T20R0301.bin: MSGENCFLAGS += -k 0x3456
|
|
files/msgdata/msg/msg_0548_T20R0401.bin: MSGENCFLAGS += -k 0xB46F
|
|
files/msgdata/msg/msg_0549_T20R0402.bin: MSGENCFLAGS += -k 0xB463
|
|
files/msgdata/msg/msg_0550_T21.bin: MSGENCFLAGS += -k 0x4F2B
|
|
files/msgdata/msg/msg_0551_T21FS0101.bin: MSGENCFLAGS += -k 0x0F71
|
|
files/msgdata/msg/msg_0552_T21PC0101.bin: MSGENCFLAGS += -k 0xEE72
|
|
files/msgdata/msg/msg_0553_T21R0301.bin: MSGENCFLAGS += -k 0x2456
|
|
files/msgdata/msg/msg_0554_T21R0401.bin: MSGENCFLAGS += -k 0xA46F
|
|
files/msgdata/msg/msg_0555_T21R0501.bin: MSGENCFLAGS += -k 0x2466
|
|
files/msgdata/msg/msg_0556_T22.bin: MSGENCFLAGS += -k 0x4F27
|
|
files/msgdata/msg/msg_0557_T22FS0101.bin: MSGENCFLAGS += -k 0x0F11
|
|
files/msgdata/msg/msg_0558_T22GYM0101.bin: MSGENCFLAGS += -k 0x39E4
|
|
files/msgdata/msg/msg_0559_T22PC0101.bin: MSGENCFLAGS += -k 0xEE12
|
|
files/msgdata/msg/msg_0560_T22R0301.bin: MSGENCFLAGS += -k 0x1456
|
|
files/msgdata/msg/msg_0561_T22R0401.bin: MSGENCFLAGS += -k 0x946F
|
|
files/msgdata/msg/msg_0562_T22R0601.bin: MSGENCFLAGS += -k 0x147E
|
|
files/msgdata/msg/msg_0563_T22R0701.bin: MSGENCFLAGS += -k 0x9477
|
|
files/msgdata/msg/msg_0564_T23.bin: MSGENCFLAGS += -k 0x4F23
|
|
files/msgdata/msg/msg_0565_T23FS0101.bin: MSGENCFLAGS += -k 0x8F30
|
|
files/msgdata/msg/msg_0566_T23GYM0101.bin: MSGENCFLAGS += -k 0x99E5
|
|
files/msgdata/msg/msg_0567_T23GYM0102.bin: MSGENCFLAGS += -k 0x99E9
|
|
files/msgdata/msg/msg_0568_T23PC0101.bin: MSGENCFLAGS += -k 0x6E33
|
|
files/msgdata/msg/msg_0569_T23R0101.bin: MSGENCFLAGS += -k 0x8447
|
|
files/msgdata/msg/msg_0570_T23R0201.bin: MSGENCFLAGS += -k 0x845F
|
|
files/msgdata/msg/msg_0571_T23R0501.bin: MSGENCFLAGS += -k 0x0466
|
|
files/msgdata/msg/msg_0572_T24.bin: MSGENCFLAGS += -k 0x4F3F
|
|
files/msgdata/msg/msg_0573.bin: MSGENCFLAGS += -k 0x0FD1
|
|
files/msgdata/msg/msg_0574_T24GYM0101.bin: MSGENCFLAGS += -k 0xF9E4
|
|
files/msgdata/msg/msg_0575_T24PC0101.bin: MSGENCFLAGS += -k 0xEED2
|
|
files/msgdata/msg/msg_0576_T24R0201.bin: MSGENCFLAGS += -k 0xF45F
|
|
files/msgdata/msg/msg_0577_T24R0501.bin: MSGENCFLAGS += -k 0x7466
|
|
files/msgdata/msg/msg_0578_T24R0601.bin: MSGENCFLAGS += -k 0x747E
|
|
files/msgdata/msg/msg_0579_T24R0701.bin: MSGENCFLAGS += -k 0xF477
|
|
files/msgdata/msg/msg_0580_T24R0801.bin: MSGENCFLAGS += -k 0xF40F
|
|
files/msgdata/msg/msg_0581_T25.bin: MSGENCFLAGS += -k 0x4F3B
|
|
files/msgdata/msg/msg_0582_T25GYM0101.bin: MSGENCFLAGS += -k 0x59E5
|
|
files/msgdata/msg/msg_0583_T25PC0101.bin: MSGENCFLAGS += -k 0x6EF3
|
|
files/msgdata/msg/msg_0584_T25R0201.bin: MSGENCFLAGS += -k 0xE45F
|
|
files/msgdata/msg/msg_0585_T25R0301.bin: MSGENCFLAGS += -k 0x6456
|
|
files/msgdata/msg/msg_0586_T25R0401.bin: MSGENCFLAGS += -k 0xE46F
|
|
files/msgdata/msg/msg_0587_T25R0501.bin: MSGENCFLAGS += -k 0x6466
|
|
files/msgdata/msg/msg_0588_T25R0502.bin: MSGENCFLAGS += -k 0x646A
|
|
files/msgdata/msg/msg_0589_T25R0601.bin: MSGENCFLAGS += -k 0x647E
|
|
files/msgdata/msg/msg_0590_T25R0801.bin: MSGENCFLAGS += -k 0xE40F
|
|
files/msgdata/msg/msg_0591_T25R0901.bin: MSGENCFLAGS += -k 0x6406
|
|
files/msgdata/msg/msg_0592_T25R1001.bin: MSGENCFLAGS += -k 0xEC4F
|
|
files/msgdata/msg/msg_0593_T25R1002.bin: MSGENCFLAGS += -k 0xEC43
|
|
files/msgdata/msg/msg_0594_T25R1003.bin: MSGENCFLAGS += -k 0xEC47
|
|
files/msgdata/msg/msg_0595_T25R1004.bin: MSGENCFLAGS += -k 0xEC5B
|
|
files/msgdata/msg/msg_0596_T25R1005.bin: MSGENCFLAGS += -k 0xEC5F
|
|
files/msgdata/msg/msg_0597_T25R1006.bin: MSGENCFLAGS += -k 0xEC53
|
|
files/msgdata/msg/msg_0598_T25R1007.bin: MSGENCFLAGS += -k 0xEC57
|
|
files/msgdata/msg/msg_0599_T25R1101.bin: MSGENCFLAGS += -k 0x6C46
|
|
files/msgdata/msg/msg_0600_T25R1201.bin: MSGENCFLAGS += -k 0x6C5E
|
|
files/msgdata/msg/msg_0601_T25R1202.bin: MSGENCFLAGS += -k 0x6C52
|
|
files/msgdata/msg/msg_0602_T25R1203.bin: MSGENCFLAGS += -k 0x6C56
|
|
files/msgdata/msg/msg_0603_T25SP0101.bin: MSGENCFLAGS += -k 0x5FC3
|
|
files/msgdata/msg/msg_0604_T26.bin: MSGENCFLAGS += -k 0x4F37
|
|
files/msgdata/msg/msg_0605_T26FS0101.bin: MSGENCFLAGS += -k 0x8F90
|
|
files/msgdata/msg/msg_0606_T26GYM0101.bin: MSGENCFLAGS += -k 0x39E5
|
|
files/msgdata/msg/msg_0607_T26PC0101.bin: MSGENCFLAGS += -k 0x6E93
|
|
files/msgdata/msg/msg_0608_T26R0301.bin: MSGENCFLAGS += -k 0x5456
|
|
files/msgdata/msg/msg_0609_T26R0501.bin: MSGENCFLAGS += -k 0x5466
|
|
files/msgdata/msg/msg_0610_T26R0601.bin: MSGENCFLAGS += -k 0x547E
|
|
files/msgdata/msg/msg_0611_T26R0701.bin: MSGENCFLAGS += -k 0xD477
|
|
files/msgdata/msg/msg_0612_T27.bin: MSGENCFLAGS += -k 0x4F33
|
|
files/msgdata/msg/msg_0613_T27FS0101.bin: MSGENCFLAGS += -k 0x0FB1
|
|
files/msgdata/msg/msg_0614_T27GYM0101.bin: MSGENCFLAGS += -k 0x99E4
|
|
files/msgdata/msg/msg_0615_T27PC0101.bin: MSGENCFLAGS += -k 0xEEB2
|
|
files/msgdata/msg/msg_0616_T27R0201.bin: MSGENCFLAGS += -k 0xC45F
|
|
files/msgdata/msg/msg_0617_T27R0401.bin: MSGENCFLAGS += -k 0xC46F
|
|
files/msgdata/msg/msg_0618_T27R0501.bin: MSGENCFLAGS += -k 0x4466
|
|
files/msgdata/msg/msg_0619_T27R0801.bin: MSGENCFLAGS += -k 0xC40F
|
|
files/msgdata/msg/msg_0620_T28.bin: MSGENCFLAGS += -k 0x4F0F
|
|
files/msgdata/msg/msg_0621.bin: MSGENCFLAGS += -k 0x0E51
|
|
files/msgdata/msg/msg_0622_T28GYM0101.bin: MSGENCFLAGS += -k 0xF9E7
|
|
files/msgdata/msg/msg_0623_T28GYM0103.bin: MSGENCFLAGS += -k 0xF9EF
|
|
files/msgdata/msg/msg_0624_T28PC0101.bin: MSGENCFLAGS += -k 0xEF52
|
|
files/msgdata/msg/msg_0625_T28R0201.bin: MSGENCFLAGS += -k 0x345F
|
|
files/msgdata/msg/msg_0626_T29.bin: MSGENCFLAGS += -k 0x4F0B
|
|
files/msgdata/msg/msg_0627_T29R0101.bin: MSGENCFLAGS += -k 0x2447
|
|
files/msgdata/msg/msg_0628_T29R0201.bin: MSGENCFLAGS += -k 0x245F
|
|
files/msgdata/msg/msg_0629_T30.bin: MSGENCFLAGS += -k 0x4B2F
|
|
files/msgdata/msg/msg_0630_T30FS0101.bin: MSGENCFLAGS += -k 0x2F51
|
|
files/msgdata/msg/msg_0631_T30GYM0101.bin: MSGENCFLAGS += -k 0xF9A5
|
|
files/msgdata/msg/msg_0632_T30PC0101.bin: MSGENCFLAGS += -k 0xCE52
|
|
files/msgdata/msg/msg_0633_T30R0201.bin: MSGENCFLAGS += -k 0x347E
|
|
files/msgdata/msg/msg_0634_T30R0301.bin: MSGENCFLAGS += -k 0xB477
|
|
files/msgdata/msg/msg_0635_T30R0601.bin: MSGENCFLAGS += -k 0xB45F
|
|
files/msgdata/msg/msg_0636_T31.bin: MSGENCFLAGS += -k 0x4B2B
|
|
files/msgdata/msg/msg_0637_T31PC0101.bin: MSGENCFLAGS += -k 0x4E73
|
|
files/msgdata/msg/msg_0638.bin: MSGENCFLAGS += -k 0xB147
|
|
files/msgdata/msg/msg_0639.bin: MSGENCFLAGS += -k 0x1311
|
|
files/msgdata/msg/msg_0640.bin: MSGENCFLAGS += -k 0x1D55
|
|
files/msgdata/msg/msg_0641.bin: MSGENCFLAGS += -k 0xF316
|
|
files/msgdata/msg/msg_0642.bin: MSGENCFLAGS += -k 0xA10C
|
|
files/msgdata/msg/msg_0643.bin: MSGENCFLAGS += -k 0xC338
|
|
files/msgdata/msg/msg_0644.bin: MSGENCFLAGS += -k 0x5727
|
|
files/msgdata/msg/msg_0645.bin: MSGENCFLAGS += -k 0x5613
|
|
files/msgdata/msg/msg_0646.bin: MSGENCFLAGS += -k 0x8B37
|
|
files/msgdata/msg/msg_0647.bin: MSGENCFLAGS += -k 0xB34B
|
|
files/msgdata/msg/msg_0648.bin: MSGENCFLAGS += -k 0xB30C
|
|
files/msgdata/msg/msg_0649.bin: MSGENCFLAGS += -k 0x0B37
|
|
files/msgdata/msg/msg_0650.bin: MSGENCFLAGS += -k 0xB7B4
|
|
files/msgdata/msg/msg_0651.bin: MSGENCFLAGS += -k 0xE99D
|
|
files/msgdata/msg/msg_0652.bin: MSGENCFLAGS += -k 0xB49C
|
|
files/msgdata/msg/msg_0653.bin: MSGENCFLAGS += -k 0xA95D
|
|
files/msgdata/msg/msg_0654.bin: MSGENCFLAGS += -k 0xFB9A
|
|
files/msgdata/msg/msg_0655.bin: MSGENCFLAGS += -k 0x952D
|
|
files/msgdata/msg/msg_0656.bin: MSGENCFLAGS += -k 0xCFAD
|
|
files/msgdata/msg/msg_0657.bin: MSGENCFLAGS += -k 0x339D
|
|
files/msgdata/msg/msg_0658.bin: MSGENCFLAGS += -k 0xCB7E
|
|
files/msgdata/msg/msg_0659.bin: MSGENCFLAGS += -k 0xD717
|
|
files/msgdata/msg/msg_0660.bin: MSGENCFLAGS += -k 0x11F0
|
|
files/msgdata/msg/msg_0661.bin: MSGENCFLAGS += -k 0x65F0
|
|
files/msgdata/msg/msg_0662.bin: MSGENCFLAGS += -k 0x8C09
|
|
files/msgdata/msg/msg_0663.bin: MSGENCFLAGS += -k 0x9868
|
|
files/msgdata/msg/msg_0664.bin: MSGENCFLAGS += -k 0xE7D4
|
|
files/msgdata/msg/msg_0665.bin: MSGENCFLAGS += -k 0xD4C8
|
|
files/msgdata/msg/msg_0666.bin: MSGENCFLAGS += -k 0x8871
|
|
files/msgdata/msg/msg_0667.bin: MSGENCFLAGS += -k 0xF8CA
|
|
files/msgdata/msg/msg_0668.bin: MSGENCFLAGS += -k 0x7BDB
|
|
files/msgdata/msg/msg_0669.bin: MSGENCFLAGS += -k 0xA65D
|
|
files/msgdata/msg/msg_0670.bin: MSGENCFLAGS += -k 0xF278
|
|
files/msgdata/msg/msg_0671.bin: MSGENCFLAGS += -k 0xD439
|
|
files/msgdata/msg/msg_0672.bin: MSGENCFLAGS += -k 0x3DD8
|
|
files/msgdata/msg/msg_0673.bin: MSGENCFLAGS += -k 0x73AE
|
|
files/msgdata/msg/msg_0674.bin: MSGENCFLAGS += -k 0xD0CA
|
|
files/msgdata/msg/msg_0675.bin: MSGENCFLAGS += -k 0x105B
|
|
files/msgdata/msg/msg_0676.bin: MSGENCFLAGS += -k 0x61B4
|
|
files/msgdata/msg/msg_0677.bin: MSGENCFLAGS += -k 0x7B22
|
|
files/msgdata/msg/msg_0678.bin: MSGENCFLAGS += -k 0x983B
|
|
files/msgdata/msg/msg_0679.bin: MSGENCFLAGS += -k 0x440C
|
|
files/msgdata/msg/msg_0680.bin: MSGENCFLAGS += -k 0x9402
|
|
files/msgdata/msg/msg_0681.bin: MSGENCFLAGS += -k 0xB59E
|
|
files/msgdata/msg/msg_0682.bin: MSGENCFLAGS += -k 0x7DE7
|
|
files/msgdata/msg/msg_0683.bin: MSGENCFLAGS += -k 0xB742
|
|
files/msgdata/msg/msg_0684.bin: MSGENCFLAGS += -k 0xF694
|
|
files/msgdata/msg/msg_0685.bin: MSGENCFLAGS += -k 0x58F2
|
|
files/msgdata/msg/msg_0686.bin: MSGENCFLAGS += -k 0x0AEB
|
|
files/msgdata/msg/msg_0687.bin: MSGENCFLAGS += -k 0x785B
|
|
files/msgdata/msg/msg_0688.bin: MSGENCFLAGS += -k 0x37BB
|
|
files/msgdata/msg/msg_0689.bin: MSGENCFLAGS += -k 0xC7A2
|
|
files/msgdata/msg/msg_0690.bin: MSGENCFLAGS += -k 0xB332
|
|
files/msgdata/msg/msg_0691.bin: MSGENCFLAGS += -k 0xADB1
|
|
files/msgdata/msg/msg_0692.bin: MSGENCFLAGS += -k 0xD5B0
|
|
files/msgdata/msg/msg_0693.bin: MSGENCFLAGS += -k 0xF734
|
|
files/msgdata/msg/msg_0694.bin: MSGENCFLAGS += -k 0x0753
|
|
files/msgdata/msg/msg_0695.bin: MSGENCFLAGS += -k 0x4FEA
|
|
files/msgdata/msg/msg_0696.bin: MSGENCFLAGS += -k 0x71FF
|
|
files/msgdata/msg/msg_0697.bin: MSGENCFLAGS += -k 0xFB25
|
|
files/msgdata/msg/msg_0698.bin: MSGENCFLAGS += -k 0xC68C
|
|
files/msgdata/msg/msg_0699.bin: MSGENCFLAGS += -k 0x3298
|
|
files/msgdata/msg/msg_0700.bin: MSGENCFLAGS += -k 0x6819
|
|
files/msgdata/msg/msg_0701.bin: MSGENCFLAGS += -k 0x4EF1
|
|
files/msgdata/msg/msg_0702.bin: MSGENCFLAGS += -k 0x08DD
|
|
files/msgdata/msg/msg_0703.bin: MSGENCFLAGS += -k 0xC06F
|
|
files/msgdata/msg/msg_0704.bin: MSGENCFLAGS += -k 0x1597
|
|
files/msgdata/msg/msg_0705.bin: MSGENCFLAGS += -k 0x18A5
|
|
files/msgdata/msg/msg_0706.bin: MSGENCFLAGS += -k 0x10B2
|
|
files/msgdata/msg/msg_0707.bin: MSGENCFLAGS += -k 0x61FF
|
|
files/msgdata/msg/msg_0708.bin: MSGENCFLAGS += -k 0xE16A
|
|
files/msgdata/msg/msg_0709.bin: MSGENCFLAGS += -k 0x29BD
|
|
files/msgdata/msg/msg_0710.bin: MSGENCFLAGS += -k 0x75D8
|
|
files/msgdata/msg/msg_0711.bin: MSGENCFLAGS += -k 0xC966
|
|
files/msgdata/msg/msg_0712.bin: MSGENCFLAGS += -k 0xF8A4
|
|
files/msgdata/msg/msg_0713.bin: MSGENCFLAGS += -k 0xF4D4
|
|
files/msgdata/msg/msg_0714.bin: MSGENCFLAGS += -k 0xFDD2
|
|
files/msgdata/msg/msg_0715.bin: MSGENCFLAGS += -k 0x30D9
|
|
files/msgdata/msg/msg_0716.bin: MSGENCFLAGS += -k 0xE53B
|
|
files/msgdata/msg/msg_0717.bin: MSGENCFLAGS += -k 0x5FBD
|
|
files/msgdata/msg/msg_0718.bin: MSGENCFLAGS += -k 0xD916
|
|
files/msgdata/msg/msg_0719.bin: MSGENCFLAGS += -k 0x3329
|
|
files/msgdata/msg/msg_0720.bin: MSGENCFLAGS += -k 0x1C70
|
|
files/msgdata/msg/msg_0721.bin: MSGENCFLAGS += -k 0xC452
|
|
files/msgdata/msg/msg_0722.bin: MSGENCFLAGS += -k 0x6844
|
|
files/msgdata/msg/msg_0723.bin: MSGENCFLAGS += -k 0x069B
|
|
files/msgdata/msg/msg_0724.bin: MSGENCFLAGS += -k 0x8A40
|
|
files/msgdata/msg/msg_0725.bin: MSGENCFLAGS += -k 0xD524
|
|
files/msgdata/msg/msg_0726.bin: MSGENCFLAGS += -k 0x3A9C
|
|
files/msgdata/msg/msg_0727.bin: MSGENCFLAGS += -k 0x409E
|
|
files/msgdata/msg/msg_0728.bin: MSGENCFLAGS += -k 0x17E8
|
|
files/msgdata/msg/msg_0729.bin: MSGENCFLAGS += -k 0xD8ED
|
|
files/msgdata/msg/msg_0730.bin: MSGENCFLAGS += -k 0xFC2C
|
|
files/msgdata/msg/msg_0731.bin: MSGENCFLAGS += -k 0x7924
|
|
files/msgdata/msg/msg_0732.bin: MSGENCFLAGS += -k 0x44BE
|
|
files/msgdata/msg/msg_0733.bin: MSGENCFLAGS += -k 0xC550
|
|
files/msgdata/msg/msg_0734.bin: MSGENCFLAGS += -k 0x61CF
|
|
files/msgdata/msg/msg_0735.bin: MSGENCFLAGS += -k 0x3B89
|
|
files/msgdata/msg/msg_0736.bin: MSGENCFLAGS += -k 0x111A
|
|
files/msgdata/msg/msg_0737.bin: MSGENCFLAGS += -k 0x3043
|
|
files/msgdata/msg/msg_0738_UNION.bin: MSGENCFLAGS += -k 0x87FC
|
|
files/msgdata/msg/msg_0739.bin: MSGENCFLAGS += -k 0xB3A8
|
|
files/msgdata/msg/msg_0740_W19.bin: MSGENCFLAGS += -k 0x4313
|
|
files/msgdata/msg/msg_0741_W19R0101.bin: MSGENCFLAGS += -k 0x4427
|
|
files/msgdata/msg/msg_0742_W20.bin: MSGENCFLAGS += -k 0x4F37
|
|
files/msgdata/msg/msg_0743_W21.bin: MSGENCFLAGS += -k 0x4F33
|
|
files/msgdata/msg/msg_0744_W40.bin: MSGENCFLAGS += -k 0x5737
|
|
files/msgdata/msg/msg_0745_W40R0101.bin: MSGENCFLAGS += -k 0xD487
|
|
files/msgdata/msg/msg_0746_W41.bin: MSGENCFLAGS += -k 0x5733
|
|
files/msgdata/msg/msg_0747.bin: MSGENCFLAGS += -k 0x93CB
|
|
files/msgdata/msg/msg_0748.bin: MSGENCFLAGS += -k 0xF24C
|
|
files/msgdata/msg/msg_0749.bin: MSGENCFLAGS += -k 0x6C98
|
|
files/msgdata/msg/msg_0750.bin: MSGENCFLAGS += -k 0xF8C9
|
|
files/msgdata/msg/msg_0751.bin: MSGENCFLAGS += -k 0x56B0
|
|
files/msgdata/msg/msg_0752.bin: MSGENCFLAGS += -k 0xE02A
|
|
files/msgdata/msg/msg_0753.bin: MSGENCFLAGS += -k 0xB1B6
|
|
files/msgdata/msg/msg_0754.bin: MSGENCFLAGS += -k 0xA6C8
|
|
files/msgdata/msg/msg_0755.bin: MSGENCFLAGS += -k 0x60A5
|
|
files/msgdata/msg/msg_0756.bin: MSGENCFLAGS += -k 0x302D
|
|
files/msgdata/msg/msg_0757.bin: MSGENCFLAGS += -k 0xC0DC
|
|
files/msgdata/msg/msg_0758.bin: MSGENCFLAGS += -k 0x1C97
|
|
files/msgdata/msg/msg_0759.bin: MSGENCFLAGS += -k 0x1C9B
|
|
files/msgdata/msg/msg_0760.bin: MSGENCFLAGS += -k 0x1C9F
|
|
files/msgdata/msg/msg_0761.bin: MSGENCFLAGS += -k 0x27E9
|
|
files/msgdata/msg/msg_0762.bin: MSGENCFLAGS += -k 0x5E31
|
|
files/msgdata/msg/msg_0763.bin: MSGENCFLAGS += -k 0x5E3D
|
|
files/msgdata/msg/msg_0764.bin: MSGENCFLAGS += -k 0x5E39
|
|
files/msgdata/msg/msg_0765.bin: MSGENCFLAGS += -k 0x654F
|
|
files/msgdata/msg/msg_0766.bin: MSGENCFLAGS += -k 0xB710
|
|
files/msgdata/msg/msg_0767.bin: MSGENCFLAGS += -k 0xB34B
|
|
files/msgdata/msg/msg_0768.bin: MSGENCFLAGS += -k 0x3F3B
|
|
files/msgdata/msg/msg_0769.bin: MSGENCFLAGS += -k 0xFE5E
|
|
files/msgdata/msg/msg_0770.bin: MSGENCFLAGS += -k 0x8CA6
|
|
files/msgdata/msg/msg_0771.bin: MSGENCFLAGS += -k 0x9043
|
|
files/msgdata/msg/msg_0772.bin: MSGENCFLAGS += -k 0x395B
|
|
files/msgdata/msg/msg_0773.bin: MSGENCFLAGS += -k 0x81CC
|
|
files/msgdata/msg/msg_0774.bin: MSGENCFLAGS += -k 0x81D4
|
|
files/msgdata/msg/msg_0775.bin: MSGENCFLAGS += -k 0xD561
|
|
files/msgdata/msg/msg_0776.bin: MSGENCFLAGS += -k 0x3C61
|
|
files/msgdata/msg/msg_0777.bin: MSGENCFLAGS += -k 0x7730
|
|
files/msgdata/msg/msg_0778.bin: MSGENCFLAGS += -k 0x3D5B
|
|
files/msgdata/msg/msg_0779.bin: MSGENCFLAGS += -k 0xF420
|
|
files/msgdata/msg/msg_0780.bin: MSGENCFLAGS += -k 0x8194
|
|
files/msgdata/msg/msg_0781.bin: MSGENCFLAGS += -k 0x9DC4
|
|
files/msgdata/msg/msg_0782.bin: MSGENCFLAGS += -k 0x8194
|
|
files/msgdata/msg/msg_0783.bin: MSGENCFLAGS += -k 0x4DA1
|
|
files/msgdata/msg/msg_0784.bin: MSGENCFLAGS += -k 0x69A1
|
|
files/msgdata/msg/msg_0785.bin: MSGENCFLAGS += -k 0xDDF4
|
|
files/msgdata/msg/msg_0786.bin: MSGENCFLAGS += -k 0x05E9
|
|
files/msgdata/msg/msg_0787.bin: MSGENCFLAGS += -k 0x6D89
|
|
files/msgdata/msg/msg_0788.bin: MSGENCFLAGS += -k 0x01B5
|
|
files/msgdata/msg/msg_0789.bin: MSGENCFLAGS += -k 0xC1F0
|
|
files/msgdata/msg/msg_0790.bin: MSGENCFLAGS += -k 0x71D9
|
|
files/msgdata/msg/msg_0791.bin: MSGENCFLAGS += -k 0x19CD
|
|
files/msgdata/msg/msg_0792.bin: MSGENCFLAGS += -k 0x09E9
|
|
files/msgdata/msg/msg_0793.bin: MSGENCFLAGS += -k 0xF5B8
|
|
files/msgdata/msg/msg_0794.bin: MSGENCFLAGS += -k 0xF530
|
|
files/msgdata/msg/msg_0795.bin: MSGENCFLAGS += -k 0x1D5D
|
|
files/msgdata/msg/msg_0796.bin: MSGENCFLAGS += -k 0x950C
|
|
files/msgdata/msg/msg_0797.bin: MSGENCFLAGS += -k 0x852C
|
|
files/msgdata/msg/msg_0798.bin: MSGENCFLAGS += -k 0x9EB7
|
|
files/msgdata/msg/msg_0799.bin: MSGENCFLAGS += -k 0x9FE7
|
|
files/msgdata/msg/msg_0800.bin: MSGENCFLAGS += -k 0xD2DA
|
|
files/msgdata/msg/msg_0801.bin: MSGENCFLAGS += -k 0xA1AC
|
|
files/msgdata/msg/msg_0802.bin: MSGENCFLAGS += -k 0x2A25
|
|
files/msgdata/msg/msg_0803.bin: MSGENCFLAGS += -k 0x7542
|
|
files/msgdata/msg/msg_0804.bin: MSGENCFLAGS += -k 0x7546
|
|
files/msgdata/msg/msg_0805.bin: MSGENCFLAGS += -k 0x754A
|
|
files/msgdata/msg/msg_0806.bin: MSGENCFLAGS += -k 0x754E
|
|
files/msgdata/msg/msg_0807.bin: MSGENCFLAGS += -k 0x7552
|
|
files/msgdata/msg/msg_0808.bin: MSGENCFLAGS += -k 0x7556
|
|
files/msgdata/msg/msg_0809.bin: MSGENCFLAGS += -k 0x755A
|
|
files/msgdata/msg/msg_0810.bin: MSGENCFLAGS += -k 0x755E
|
|
files/msgdata/msg/msg_0811.bin: MSGENCFLAGS += -k 0xF854
|
|
files/msgdata/msg/msg_0812.bin: MSGENCFLAGS += -k 0x62D1
|
|
files/msgdata/msg/msg_0813.bin: MSGENCFLAGS += -k 0xFC7F
|
|
files/msgdata/msg/msg_0814.bin: MSGENCFLAGS += -k 0x1395
|
|
files/msgdata/msg/msg_0815.bin: MSGENCFLAGS += -k 0x6FF4
|
|
files/msgdata/msg/msg_0816.bin: MSGENCFLAGS += -k 0xBEA9
|
|
files/msgdata/msg/msg_0817.bin: MSGENCFLAGS += -k 0x7DF9
|
|
files/msgdata/msg/msg_0818.bin: MSGENCFLAGS += -k 0x7DF2
|
|
files/msgdata/msg/msg_0819.bin: MSGENCFLAGS += -k 0x7DFE
|
|
files/msgdata/msg/msg_0820.bin: MSGENCFLAGS += -k 0x7DFA
|
|
files/msgdata/msg/msg_0821.bin: MSGENCFLAGS += -k 0x7DE6
|
|
files/msgdata/msg/msg_0822.bin: MSGENCFLAGS += -k 0x7DE2
|
|
files/msgdata/msg/msg_0823.bin: MSGENCFLAGS += -k 0x5938
|
|
files/msgdata/msg/msg_0824.bin: MSGENCFLAGS += -k 0xB471
|
|
files/msgdata/msg/msg_0825.bin: MSGENCFLAGS += -k 0xB47D
|
|
files/msgdata/msg/msg_0826.bin: MSGENCFLAGS += -k 0xB479
|
|
files/msgdata/msg/msg_0827.bin: MSGENCFLAGS += -k 0xB465
|
|
files/msgdata/msg/msg_0828.bin: MSGENCFLAGS += -k 0xB461
|