Advertisement
Whai_

RFEE01 V1.01

Apr 16th, 2022 (edited)
3,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.22 KB | None | 0 0
  1. [Gecko]
  2. $Number of Enemies Killed(mainly for Part 3 Endgame) [ShadowX39]
  3. 043CABF8 000000XX
  4. *Putting 01 at the end will keep the counter at 1
  5. $Everyone Attacks Everyone [ShadowX39]
  6. 08723C48 00000000
  7. 20F10004 00000000
  8. *Units like Jill will attack Haar and so on, affects everyone
  9. $No Cap Limits [ShadowX39]
  10. 20B5411C 50320A46
  11. 08B54114 7F7F7F7F
  12. 20A1011C 00000000
  13. 08B54118 7F7F7F7F
  14. 20A1011C 00000000
  15. 08B540E0 014B014B
  16. 20A1011C 00000000
  17. 08B540E4 014B014B
  18. 20A1011C 00000000
  19. 08B540E8 014B014B
  20. 20A1011C 00000000
  21. 08B540EC 014B014B
  22. 20A1011C 00000000
  23. 08B540F0 014B014B
  24. 20A1011C 00000000
  25. 08B540F4 014B014B
  26. 20A1011C 00000000
  27. E0000000 80008000
  28. $Always Perfect Level-Ups [ShadowX39]
  29. 088C361A 64646464
  30. 216500FC 00000000
  31. 088C361E 64646464
  32. 216500FC 00000000
  33. $Can learn all skills [kronosx]
  34. 0870F8AB 00000000
  35. 0050002C 00000000
  36. *dont need the scrolls to learn
  37. $All Skills don't require skill points [kronosx]
  38. 0870F8AE 00000000
  39. 0050002C 00000000
  40. $All Weapons have a 255% Critical Rate [ShadowX39]
  41. 20B5411C 50320A46
  42. 08B5FE2F 000000FF
  43. 00CA0050 00000000
  44. E0000000 80008000
  45. $All Weapons have a Brave Effect [ShadowX39, Whai]
  46. 20B5411C 50320A46
  47. A8000000 00000001
  48. 4A000000 80B5FE10
  49. 600000CA 00000000
  50. 3A00003E FEFF0100
  51. 92010000 0000003E
  52. 86000000 00000001
  53. 94010000 0000003E
  54. E2000001 00000000
  55. 4A100000 00000050
  56. 62000000 00000000
  57. E0000000 80008000
  58. *Like Brave Axe and Amiti
  59. *
  60. *v2 : I edited the code so that it doesn't affect other effects like venin weapons, bronze weapons (the effect to be not able to land crits), etc...
  61. $Every Unit can use Every Weapon [ShadowX39]
  62. 20B5411C 50320A46
  63. 08B5FE4C 00000000
  64. 00CA0050 00000000
  65. 08B5FE4B 00000000
  66. 00CA0050 00000000
  67. E0000000 80008000
  68. *As in, Ragnell, Cymbeline, etc.
  69. $All Weapons Unlocked [ShadowX39]
  70. 20B5411C 50320A46
  71. 08B5FE48 00000000
  72. 00CA0050 00000000
  73. E0000000 80008000
  74. *Locked weapons such as Amiti can be traded
  75. $All Weapons have Infinite Use [ShadowX39, Whai]
  76. 20B5411C 50320A46
  77. A8000000 00000001
  78. 4A000000 80B5FE10
  79. 600000CA 00000000
  80. 3A000038 FFFE0001
  81. 92010000 00000039
  82. 86000000 00000001
  83. 94010000 00000039
  84. E2000004 00000000
  85. 4A100000 00000050
  86. 62000000 00000000
  87. E0000000 80008000
  88. *Think Ragnell or Alondite
  89. *
  90. *v2 : I edited the code so that it doesn't affect other characteristics like staffs that heal the user at each player phase, item's not sellable, etc...
  91. $All Weapons can Attack at Close Range [ShadowX39]
  92. 20B5411C 50320A46
  93. 08B5FE30 00000001
  94. 00CA0050 00000000
  95. E0000000 80008000
  96. $All Weapons have its max range added by xx [ShadowX39, Whai]
  97. 20B5411C 50320A46
  98. A8000000 00000001
  99. 4A000000 80B5FE10
  100. 600000CA 00000000
  101. 3E000020 FF0000XX
  102. 92010000 00000021
  103. 86000000 000000xx
  104. 94010000 00000021
  105. E2000001 00000000
  106. 4A100000 00000050
  107. 62000000 00000000
  108. E0000000 80008000
  109. *It doesn't affect items that use the "mag/2" range.
  110. *Change xx to any value from 0x01 to 0xFE (both included), then change the XX with the value of : [0xFF - xx]
  111. *
  112. *20B5409C 50320A46
  113. *08B5FDB1 00000002
  114. *00CA0050 00000000
  115. *E0000000 80008000
  116. $Every Single Unit's First Item is Blessed [ShadowX39, Whai]
  117. 4A000000 80884D90
  118. 600000A1 00000000
  119. 3E0001C0 FFEF0010
  120. 92010000 000001C1
  121. 86000000 00000010
  122. 94010000 000001C1
  123. E2000001 00000000
  124. 4A100000 000003F0
  125. 62000000 00000000
  126. E0000000 80008000
  127. $Every Single Unit always has 99 Exp [ShadowX39]
  128. 08884E8F 00000063
  129. 00A103F0 00000000
  130. $BEXP Level Up, 3 categories restriction lifted [g6flavor]
  131. 0006DAB7 000000xx
  132. *xx = 1 to 8
  133. $Level Up Stats + Mod [g6flavor]
  134. 0006D303 000000xx
  135. 0006D35F 000000xx
  136. *xx = 5 mean +5 on Stats, 9 means +9, etc...
  137. $Gain 2x EXP [g6flavor]
  138. 0406C518 54040E3E
  139. 0406C66C 54040E3E
  140. 0406C7F8 54040E3E
  141. *https://web.archive.org/web/20170920181111/http://gamehacking.org/wiird/forum/index.php/topic,70.msg17645.html#msg17645
  142. $Weapon Level Max after Battle [g6flavor]
  143. 283C9416 0000B8BC
  144. 023C9154 000B014B
  145. E0000000 80008000
  146. 283C9416 0000B8B0
  147. 023C95F4 000B014B
  148. E0000000 80008000
  149. $Seraph Robe Will Instantly Max Stats [ShadowX39]
  150. 20B5411C 50320A46
  151. 00B63DA2 00070032
  152. E0000000 80008000
  153. *Use a Seraph Robe once and your unit's stats will be maxed out
  154. $Boots Will Instantly Max Movement [ShadowX39]
  155. 20B5411C 50320A46
  156. 00B6402B 00000014
  157. E0000000 80008000
  158. $Make all Enemies Played Controlled (works in all Chapters and all Difficulties) (Wii Classic Controller) [ShadowX39]
  159. 20B5411C 50320A46
  160. 66100004 00000000
  161. 283D79BA 0000xxxx
  162. 0066B8C4 00000000
  163. CC000000 00000000
  164. 0066B8C4 00000001
  165. E0000000 80008000
  166. *xxxx = button value
  167. $Set the unit controlled by [Whai]
  168. 283D79BA 00000204
  169. A8000000 00000001
  170. 224CB568 00000000
  171. 48000000 804CB568
  172. 3E0000F6 FF0000D4
  173. 92010000 000000F7
  174. 86000000 0000000C
  175. 94010000 000000F7
  176. E0000000 80008000
  177. 283D79BA 00000280
  178. A8000000 00000001
  179. 224CB568 00000000
  180. 48000000 804CB568
  181. 3C0000F6 FF0000B0
  182. 92010000 000000F7
  183. 86000000 000000F4
  184. 94010000 000000F7
  185. E0000000 80008000
  186. *While in the player phase, put your cursor on the unit then press :
  187. *R+ZL and/or R+ZR via the WiiRemote with Classic Controller to change the unit's "controlled by".
  188. *You can press the buttons multiple times to browse which side the unit will fight for
  189. *
  190. *It works on easy/normal mode, for hard mode change at the :
  191. *- 3rd to 12th line of the cheat code from 224CB568 to 223DB348
  192. *- 4th and 13th line of the cheat code from 804CB568 to 803DB348
  193. $RecoverHP after battle on player turn [g6flavor]
  194. 283C8F76 0000B8B0
  195. 2E3C8F98 0000F000
  196. 003C8F94 00000063
  197. E0000000 80008000
  198. $RecoverHP after battle on enemy turn [g6flavor]
  199. 283C9416 0000B8B0
  200. 2E3C9438 0000F000
  201. 003C9434 00000063
  202. E0000000 80008000
  203. $ALWAYS Alive enemy turn [g6flavor]
  204. 283C9416 0000B8B0
  205. 2E3C9438 0000F000
  206. 283C9434 00000000
  207. 003C9434 00000063
  208. E0000000 80008000
  209. $ALWAYS Alive player turn [g6flavor]
  210. 283C8F76 0000B8B0
  211. 2E3C8F98 0000F000
  212. 283C8F94 00000000
  213. 003C8F94 00000063
  214. E0000000 80008000
  215. $Enable Max Storage (300) in Convoy for All Chapters [g6flavor]
  216. 024CB75A 0000012C
  217. 024CB762 0000012C
  218. 024CB766 000092A0
  219. 024CB76A 0000012C
  220. 024CB76E 000092A0
  221. 024CB772 0000012C
  222. 024CB776 000092A0
  223. $Have All Items in Convoy and Skills (296 items) [ShadowX39]
  224. 223E92A0 80B5FE10
  225. 083E92A0 80B5FE10
  226. 21270028 00000050
  227. 083E92A4 0000007F
  228. 01270028 00000000
  229. E0000000 80008000
  230. *Make sure to activate the cheat code :
  231. *"Enable Max Storage (300) in Convoy for All Chapters"
  232. *
  233. *Make sure that there is nothing in the convoy otherwise you will lose the items.
  234. *If you want to regenerate items once you picked up : take out the slim sword, it will regenerate all items that you took out from the convoy
  235. $Number of times Game had been CLEARED [g6flavor]
  236. 003CABD7 000000xx
  237. *xx = 2 = Cleared once, xx = 3 = Cleared twice
  238. *You can use this to enable Pelleas and Sephiran on a first play through
  239. $Chapter Warping [ShadowX39]
  240. 003CAB48 000000XX
  241. *You can activate this code during the screen that asks you to save your game once a chapter has finished, it'll directly send you to your chosen chapter once you pass this screen!
  242. *
  243. *Below is the list of chapters, place the digits in place of XX:
  244. *00 = Test Map
  245. *01 = Part 1 - Prologue, Under Gray Skies
  246. *02 = Part 1 - Ch.1, Maiden of Miracles
  247. *03 = Part 1 - Ch.2, The Dispossessed
  248. *04 = Part 1 - Ch.3, A Faint Light
  249. *05 = Part 1 - Ch.4, A Distant Voice
  250. *06 = Part 1 - Ch.5, The Lost Heir
  251. *07 = Part 1 - Ch.6, Raise the Standard
  252. *08 = Part 1 - Ch.7, A Gathering Hope
  253. *09 = Part 1 - Ch.8, Glory Unwanted
  254. *0A = Part 1 - Ch.9, One Survives
  255. *0B = Part 1 - Endgame, Daein, Arise!
  256. *0C = Part 2 - Prologue, On Drifting Clouds
  257. *0D = Part 2 - Ch.1, Winds of Rebellion
  258. *0E = Part 2 - Ch.2, Tides of Intrigue
  259. *0F = Part 2 - Ch.3, Geoffrey's Charge
  260. *10 = Part 2 - Endgame, Elincia's Gambit
  261. *11 = Part 3 - Prologue, The Great Advance
  262. *12 = Part 3 - Ch.1, Laguz and Beorc
  263. *13 = Part 3 - Ch.2, Stormclouds
  264. *14 = Part 3 - Ch.3, River Crossing
  265. *15 = Part 3 - Ch.4, The General's Hand
  266. *16 = Part 3 - Ch.5, Retreat!
  267. *17 = Part 3 - Ch.6, A Reason to Fight
  268. *18 = Part 3 - Ch.7, Rivals Collide
  269. *19 = Part 3 - Ch.8, Incandescent Glow
  270. *1A = Part 3 - Ch.9, Marauders
  271. *1B = Part 3 - Ch.10, The Heart of Crimea
  272. *1C = Part 3 - Ch.11, Just Cause
  273. *1D = Part 3 - Ch.12, The Price
  274. *1E = Part 3 - Ch.13, Blood Contract
  275. *1F = Part 3 - Endgame, From Pain, Awakening
  276. *20 = Part 4 - Prologue, Chaos Named
  277. *21 = dummy
  278. *22 = dummy
  279. *23 = Part 4 - Ch.1, Road to Empire
  280. *24 = dummy
  281. *25 = dummy
  282. *26 = Part 4 - Ch.2, Silent World
  283. *27 = dummy
  284. *28 = dummy
  285. *29 = Part 4 - Ch.3, Distortions
  286. *2A = dummy
  287. *2B = dummy
  288. *2C = Part 4 - Ch.4, Revelations
  289. *2D = dummy
  290. *2E = dummy
  291. *2F = Part 4 - Ch.5, Unforgivable Sin
  292. *30 = dummy
  293. *31 = dummy
  294. *32 = Part 4 - Endgame, Rebirth (1)
  295. *33 = Part 4 - Endgame, Rebirth (2)
  296. *34 = Part 4 - Endgame, Rebirth (3)
  297. *35 = Part 4 - Endgame, Rebirth (4)
  298. *36 = Part 4 - Endgame, Rebirth (5)
  299. *37 = Epilogue
  300. *38-4F = freezes
  301. *50-53 = The levels shown in the Guide, no way to clear them.
  302. *54-60 = freezes
  303. $Inf. Movement [AlexWong]
  304. 04053508 7C601B78
  305. $Move reposition Spot WiiRemote with Classic Controller [g6flavor]
  306. 283D79BA 00000202
  307. A8000000 00000001
  308. 82000000 803E7328
  309. 86000000 000000FF
  310. 84000000 803E7328
  311. E0000000 80008000
  312. 283D79BA 00008200
  313. A8000000 00000001
  314. 82000000 803E7328
  315. 86000000 00000001
  316. 84000000 803E7328
  317. E0000000 80008000
  318. 283D79BA 00000201
  319. A8000000 00000001
  320. 82000000 803E7329
  321. 86000000 000000FF
  322. 84000000 803E7329
  323. E0000000 80008000
  324. 283D79BA 00004200
  325. A8000000 00000001
  326. 82000000 803E7329
  327. 86000000 00000001
  328. 84000000 803E7329
  329. E0000000 80008000
  330. *buttons : R + D-Pad Directions
  331. $No Forced Characters [kronosx]
  332. 283CAB4A 00000001
  333. 4A000000 80884E7C
  334. 600000A1 00000000
  335. 3A000020 00000000
  336. 10000021 00000000
  337. E2000001 80000000
  338. 5A010000 000003F0
  339. 62000000 00000000
  340. E0000000 80008000
  341. *Can unselect Ike, Micaiah or Sothe in their chapters
  342. *and select anyone in the tower
  343. $No Character limit [kronosx]
  344. 283CABD4 FF000001
  345. 206E63DC FFFFFFFF
  346. 0066B8B8 00000004
  347. E2100000 00000000
  348. 0066B8B8 00000000
  349. E0000000 80008000
  350. $Goldoa Dragons WILL Attack Ena and Kurthnaga [shadowofchaos]
  351. 04723E44 00000000
  352. 04723E4C 00000000
  353. 04723E74 00000000
  354. 04723E7C 00000000
  355. 04723EA4 00000000
  356. 04723EAC 00000000
  357. 04723ED4 00000000
  358. 04723EDC 00000000
  359. 04723F04 00000000
  360. 04723F0C 00000000
  361. $All Character Portaits [g6flavor]
  362. 044290D4 FFFFFFFF
  363. 044290D8 FFFFFFFF
  364. 044290DC FFFFFFFF
  365. 004290E3 000000FF
  366. $Unlock All Extras [g6flavor]
  367. 00427843 000000FF
  368. $100% PoR Support Archive [g6flavor]
  369. 04429068 FFFFFFFF
  370. 0442906C FFFFFFFF
  371. 04429070 FFFFFFFF
  372. 04429074 FFFFFFFF
  373. 04429078 FFFFFFFF
  374. 0442907C FFFFFFFF
  375. 04429080 FFFFFFFF
  376. $All Musics in Sound Room [g6flavor]
  377. 044290C0 FFFFFFFF
  378. 044290C4 FFFFFFFF
  379. 044290C8 FFFFFFFF
  380. $All Replay Event [g6flavor]
  381. 0442905C FFFFFFFF
  382. 04429060 FFFFFFFF
  383. 04429064 FFFFFFFF
  384. 00429068 000000FF
  385. $Enable All Stats +5 Bonus (Easy Mode Only) [g6flavor]
  386. 003CB07D 00000085
  387. 023CB07E 0000A305
  388. $Enable enemy ranges on hard mode
  389. 04191B08 28000003
  390. 04052CD8 28000003
  391. 04067C9C 28000003
  392. $Quick Game Over (push B+A on WiiRemote then end move) [g6flavor]
  393. 283D795A 00000C00
  394. 003CB07C 00000002
  395. E0000000 80008000
  396. $Quick End Chapter {Win} (Push B and + on WiiRemote then end move)* [g6flavor]
  397. 283D795A 00000410
  398. 003CB07C 00000004
  399. E0000000 80008000
  400. $BEXP Part 1 [Am3692]
  401. 043CAB5C 48694000
  402. $BEXP Part 2 [Am3692]
  403. 043CAB60 48694000
  404. $BEXP Part 3/Ike [Am3692]
  405. 043CAB64 48694000
  406. $999999 part 1/Micaiah Gold [Am3692]
  407. 043CAB50 000F423F
  408. $999999 Gold Part 2/Elincia [Am3692]
  409. 043CAB54 000F423F
  410. $999999 Gold part 3/Ike [Am3692]
  411. 043CAB58 000F423F
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement