|
11 | 11 | "KEYBIND": "True", |
12 | 12 | "NTSC 1.0": "003CAFFC 00000004", |
13 | 13 | "NTSC 1.01": "003CB07C 00000004", |
14 | | - "PAL": "Unknown" |
| 14 | + "PAL": "003C3A1C 00000004" |
15 | 15 | }, |
16 | 16 | "Enemies Killed": { |
17 | 17 | "DESC": "Info:\nReplace XX with the number of enemies killed. Convert to hex. This is mostly used for Part 3 Endgame but is still a counter in all other chapters.\n\nCode:", |
|
25 | 25 | "KEYBIND": "False", |
26 | 26 | "NTSC 1.0": "04053488 7C601B78", |
27 | 27 | "NTSC 1.01": "04053508 7C601B78", |
28 | | - "PAL": "Unknown" |
| 28 | + "PAL": "04037C30 7C601B78" |
29 | 29 | }, |
30 | 30 | "Universal EXP": { |
31 | 31 | "DESC": "Info:\nAll EXP gain increase. This works for character and weapons. Replace XX with:\n0E - 2x\n16 - 4x\n1E - 8x\n\nCode:", |
|
34 | 34 | "NTSC 1.01": "04120830 57E3XX3E", |
35 | 35 | "PAL": "Unknown" |
36 | 36 | }, |
37 | | - "Infinite Money": { |
| 37 | + "Infinite Gold": { |
38 | 38 | "DESC": "Info:\nGold set to 50,000\n\nCode:", |
39 | 39 | "KEYBIND": "False", |
40 | 40 | "NTSC 1.0": "083CAAD0 0000C350\n20020004 00000000", |
41 | 41 | "NTSC 1.01": "083CAB50 0000C350\n20020004 00000000", |
42 | | - "PAL": "Unknown" |
| 42 | + "PAL": "083C34F0 0000C350\n20020004 00000000" |
43 | 43 | }, |
44 | 44 | "Infinite BEXP": { |
45 | 45 | "DESC": "Info:\nBEXP is set to 50,000\n\nCode:", |
46 | 46 | "KEYBIND": "False", |
47 | 47 | "NTSC 1.0": "083CAADC 47435000\n20020004 00000000", |
48 | 48 | "NTSC 1.01": "083CAB5C 47435000\n20020004 00000000", |
49 | | - "PAL": "Unknown" |
| 49 | + "PAL": "083C34FC 47435000\n20020004 00000000" |
50 | 50 | }, |
51 | 51 | "BEXP Cap": { |
52 | 52 | "DESC": "Info:\nReplace XX in first line with max number and XX in second line with min number. 03 is default for both.\nUse 08 on both to get all stats every level up.\n\nCode:", |
53 | 53 | "KEYBIND": "False", |
54 | 54 | "NTSC 1.0": "0006D86B 000000XX\n0006DA37 000000XX", |
55 | 55 | "NTSC 1.01": "0006D8EB 000000XX\n0006DAB7 000000XX", |
56 | | - "PAL": "000520AF 000000XX\n0005227B 000000XX\n0005249B 000000XX" |
| 56 | + "PAL": "000520AF 000000XX\n0005249B 000000XX" |
57 | 57 | }, |
58 | 58 | "Perfect Level Up": { |
59 | 59 | "DESC": "Info:\nMakes all units get all stat every level up. If used with BEXP Cap Adj, you will get all 8 stats on level up when using BEXP in base.\n\nCode:", |
|
67 | 67 | "KEYBIND": "False", |
68 | 68 | "NTSC 1.0": "0006D2DF 000000XX", |
69 | 69 | "NTSC 1.01": "0006D35F 000000XX", |
70 | | - "PAL": "Unknown" |
| 70 | + "PAL": "00051B23 000000XX" |
71 | 71 | }, |
72 | 72 | "All Convoy": { |
73 | 73 | "DESC": "Info:\nAll items in convoy. All items 50 uses.\n\nCode:", |
74 | 74 | "KEYBIND": "True", |
75 | 75 | "NTSC 1.0": "083E9220 80B5FD90\n21270028 00000050\n083E9224 00000032\n01270028 00000000\n083E9225 00000000\n01270028 00000000", |
76 | 76 | "NTSC 1.01": "083E92A0 80B5FE10\n21270028 00000050\n083E92A4 00000032\n01270028 00000000\n083E92A5 00000000\n01270028 00000000", |
77 | | - "PAL": "Unknown" |
| 77 | + "PAL": "083E1C80 808D2170\n21270028 00000050\n083E1C84 00000050\n01270028 00000000\n083E92A5 00000000\n01270028 00000000" |
78 | 78 | }, |
79 | 79 | "Blessed Convoy": { |
80 | 80 | "DESC": "Info:\nAll items in convoy. All items are blessed. Use with Clear Convoy to remove all items.\n\nCode:", |
81 | 81 | "KEYBIND": "True", |
82 | 82 | "NTSC 1.0": "083E9220 80B5FD90\n21270028 00000050\n083E9224 00000050\n01270028 00000000\n083E9225 00000010\n01270028 00000000", |
83 | 83 | "NTSC 1.01": "083E92A0 80B5FE10\n21270028 00000050\n083E92A4 00000050\n01270028 00000000\n083E92A5 00000010\n01270028 00000000", |
84 | | - "PAL": "Unknown" |
| 84 | + "PAL": "083E1C80 808D2170\n21270028 00000050\n083E1C84 00000050\n01270028 00000000\n083E1C85 00000010\n01270028 00000000" |
85 | 85 | }, |
86 | 86 | "Clear Convoy": { |
87 | 87 | "DESC": "Info:\nClears all items in convoy. Use with Blessed Convoy to remove all items.\n\nCode:", |
88 | 88 | "KEYBIND": "True", |
89 | 89 | "NTSC 1.0": "083E9220 00000000\n2BC10004 00000000", |
90 | 90 | "NTSC 1.01": "083E92A0 00000000\n2BC10004 00000000", |
91 | | - "PAL": "Unknown" |
| 91 | + "PAL": "083E1C80 00000000\n2BC10004 00000000\n083E92A0 00000000\n2BC10004 00000000" |
92 | 92 | }, |
93 | 93 | "Convoy 300": { |
94 | 94 | "DESC": "Info:\nEnables max convoy capacity for all teams and chapters to allow use for all items codes.\n\nCode:", |
95 | 95 | "KEYBIND": "False", |
96 | 96 | "NTSC 1.0": "024CB6DA 0000012C\n024CB6E2 0000012C\n024CB6E6 000092A0\n024CB6EA 0000012C\n024CB6EE 000092A0\n024CB6F2 0000012C\n024CB6F6 000092A0", |
97 | 97 | "NTSC 1.01": "024CB75A 0000012C\n024CB762 0000012C\n024CB766 000092A0\n024CB76A 0000012C\n024CB76E 000092A0\n024CB772 0000012C\n024CB776 000092A0", |
98 | | - "PAL": "Unknown" |
| 98 | + "PAL": "024C6962 0000012C\n024C696A 0000012C\n024C696E 000092A0\n024C6972 0000012C\n024C6976 000092A0\n024C697A 0000012C\n024C697E 000092A0" |
99 | 99 | }, |
100 | 100 | "All Skills": { |
101 | 101 | "DESC": "Info:\nCan assign all skills in the game.\nAuthor: Whai\n\nCode:", |
102 | 102 | "KEYBIND": "False", |
103 | 103 | "NTSC 1.0": "0870F828 00000000\n2050002C 00000000\n0870F830 00000002\n0023002C 00000000\n0870F834 80710A84\n2023002C 00000000", |
104 | 104 | "NTSC 1.01": "0870F8A8 00000000\n2050002C 00000000\n0870F8B0 00000002\n0023002C 00000000\n0870F8B4 80710B04\n2023002C 00000000", |
105 | | - "PAL": "Unknown" |
| 105 | + "PAL": "08701E28 00000000\n2050002C 00000000\n08701E30 00000002\n0023002C 00000000\n08701E34 80703058\n2023002C 00000000" |
106 | 106 | }, |
107 | 107 | "Free Skills": { |
108 | 108 | "DESC": "Info:\nAll skills cost 0.\n\nCode:", |
109 | 109 | "KEYBIND": "False", |
110 | 110 | "NTSC 1.0": "0870F82E 00000000\n0050002C 00000000", |
111 | 111 | "NTSC 1.01": "0870F8AE 00000000\n0050002C 00000000", |
112 | | - "PAL": "Unknown" |
| 112 | + "PAL": "08701E2E 00000000\n0050002C 00000000" |
113 | 113 | }, |
114 | 114 | "Character Scroller": { |
115 | | - "DESC": "Info:\nYou MUST open the status menu of a unit for this code to work.\nCurrently only GameCube controller:\nHold L and use left and right to cycle between characters.\n\nCode:", |
| 115 | + "DESC": "Info:\nYou MUST open the status menu of a unit for this code to work.\nCurrently only GameCube controller:\nHold L and use left and right to cycle between characters.\nAuthor: Zihark\n\nCode:", |
116 | 116 | "KEYBIND": "Embedded", |
117 | 117 | "NTSC 1.0": "283D78A8 00000041\nA8000000 00000001\n48000000 803C91F0\n340000EC 808C3570\n92210000 000000EC\n86000000 FFFFFF04\n94210000 000000EC\nE0000000 80008000\n283D78A8 00000042\nA8000000 00000001\n48000000 803C91F0\n360000EC 808DFA40\n92210000 000000EC\n86000000 000000FC\n94210000 000000EC\nE0000000 80008000", |
118 | 118 | "NTSC 1.01":"283D7928 00000041\nA8000000 00000001\n48000000 803C9270\n340000EC 808C35F0\n92210000 000000EC\n86000000 FFFFFF04\n94210000 000000EC\nE0000000 80008000\n283D7928 00000042\nA8000000 00000001\n48000000 803C9270\n360000EC 808DFAC0\n92210000 000000EC\n86000000 000000FC\n94210000 000000EC\nE0000000 80008000", |
119 | 119 | "PAL": "Unknown" |
120 | 120 | }, |
121 | 121 | "Class Scroller": { |
122 | | - "DESC": "Info:\nYou MUST open the status menu of a unit for this code to work.\nCurrently only GameCube controller:\nHold R and use left and right to cycle between classes.\n\nCode:", |
| 122 | + "DESC": "Info:\nYou MUST open the status menu of a unit for this code to work.\nCurrently only GameCube controller:\nHold R and use left and right to cycle between classes.\nAuthor: Zihark\n\nCode:", |
123 | 123 | "KEYBIND": "Embedded", |
124 | 124 | "NTSC 1.0": "283D78A8 00000021\nA8000000 00000001\n48000000 803C91F0\n340000F0 80B53F90\n92210000 000000F0\n86000000 FFFFFEE4\n94210000 000000F0\nE0000000 80008000\n283D78A8 00000022\nA8000000 00000001\n48000000 803C91F0\n360000F0 80B5FC28\n92210000 000000F0\n86000000 0000011C\n94210000 000000F0\nE0000000 80008000", |
125 | 125 | "NTSC 1.01": "283D7928 00000021\nA8000000 00000001\n48000000 803C9270\n340000F0 80B54010\n92210000 000000F0\n86000000 FFFFFEE4\n94210000 000000F0\nE0000000 80008000\n283D7928 00000022\nA8000000 00000001\n48000000 803C9270\n360000F0 80B5FCA8\n92210000 000000F0\n86000000 0000011C\n94210000 000000F0\nE0000000 80008000", |
|
0 commit comments