Fire Emblem Radiant Dawn [RFEE01]

Started by Am3692, July 28, 2008, 10:36:16 PM

Previous topic - Next topic

mxjake264


mxjake264


(GHT)

What would be even cooler than the Black Knight is Zelgius.
He has to be obtainable because he has attack animations and map animations and everything normal characters do except playability!

(GHT)

Quote from: ShadowX39;7682Haven't yet, I'm making a list of many characters to recruit. I'll put it up soon!

Who do you have so far?

EDIT: Sorry for double posting.

(GHT)

Quote from: ShadowX39;7696Make The Black Knight player-controlled: (Easy Mode)

048955D4 8066B830

Use this on the Black Knight in Rebirth(2). To get him to join your team..you have to battlesave the level with him on your team, next you do what you do to get back to the Fire Emblem Menu.(I just reset the Wii and go back) Once at the menu, go back to the battlesave of the chapter. Now use this to turn the Black Knight into an enemy again:

048955D4 8066B83C

You'll notice that none of the red enemies on the other side of the barrier attack you now, so it'll make doing this pretty quick and easy. Turn the Black Knight back into an enemy and kill him, when the text appears of him saying "Impressive, most impressive!" turn him back into a blue unit. Now turn the code off as you won't need it now. On the menu before the next chapter(where you prepare for Yune to bless your 1st slot item) you'll see the Black Knight with you, enjoy!

Make Micaiah player-controlled: (Easy Mode)

04885DC4 8066B830

Make an enemy:

04885DC4 8066B83C

I will add more characters to this post in a second.

And if anyone wants to try to find a way to make this whole process quicker, I'd appreciate it! :)

Edit: I know some will be disappointed that this is for Easy Mode..so I'm going to start a Normal Mode file and zip through it making this code for lots of bosses(Ex: Izuka, Ludveck, Valtome, etc.) and also for every character in the game you get normally, in case you want Shinon and Ike to fight or whoever you want for the heck of it.

Example:

http://img516.imageshack.us/img516/8730/fireemblem10usana941xe1.jpg

Well i use Ocarina, so is it impossible for me to do this? (turn off the code) Or is it a button combo?

(GHT)

:cry:cry:mad::mad:

Alright. Alright. I posted a message in code request containing a link to come here. It's asking for button comboer's to explain how button combo's are implemented into codes or for them to just help out.

(GHT)

http://www.usbgecko.com/forums/showthread.php?t=70&page=4

It's the Fire Emblem US page and I need this one code to be able to be turned on and off with button combo because i use Ocrina and not USBGecko. Make it any combo on any controller, please just help. You can jut post a message there stating how to implement button combos into codes. ShoadwX39 could use a little help.

Am3692

Wow how did you find the codes Shadow? With it not freezing? I found a few characters, but it just froze my game once I selected the character or if it did anything. So the values of type of character is 13 hex apart? Hm time to hunt down that archer....
[SIGPIC][/SIGPIC]

(GHT)

#53
Hey look what I've found!!! It is button acttivators for Brawl, but it may be of use.
Hetoan posted this on page of the brawl boarrd. The activators were made by Full Metal Kirby

*I posted more at the bottom*

Brawls' GCN Button Activators And Wiimote
Button ActivatorsFrom Full Metal Kirby:

Stick this in front of the code you want to button activate:


Code:

   Code:
   284DE4B0 0000XXXX
Note: This code only works with First GCN Controller plugged in.
The Code Below Needs the other controller values
(found at the bottom of this post) to replace YYYYYYYY


   Code:
   YYYYYYYY 0000XXXX
Note that for the code above no current Classic controller button
codes for yet so just be happy that we finally have wiimote/nunchuck
and now thanks to Full Metal Kirby Wavebird support :DCode:
Complete One-Button Gamecube Controller List
(Note: Only works when you're holding only that button(s)):
0080 - No Button
0081 - D-Pad Left
0082 - D-Pad Right
0084 - D-Pad Down
0088 - D-Pad Up
0090 - Z
00A0 - R
00C0 - L
0180 - A
0280 - B
0480 - X
0880 - Y
1080 - Start/PauseCode:
Wavebird:

0000 - No Button
0001 - D-Pad Left
0002 - D-Pad Right
0004 - D-Pad Down
0008 - D-Pad Up
0010 - Z
0020 - R
0040 - L
0100 - A
0200 - B
0400 - X
0800 - Y
1000 - Start/PauseCode:
Wiimote (and Nunchuck):

0000 - None
0001 - Down
0002 - Up
0004 - Right
0008 - Left
0010 - +
0100 - 2
0200 - 1
0400 - B
0800 - A
1000 - -
2000 - Z (Nunchuck)
4000 - C (Nunchuck)
8000 - Home ButtonTo get combined buttons combine the bytes.


Code:
Example 1: A+B Activator | 0180 + 0280 = 0380
Example 2: X+Y Activator | 0480 + 0880 = 0C80
Example 3: L+R Activator | 00A0 + 00C0 = 00E0
Example 4: L+A Activator | 00C0 + 0180 = 01C0
Example 5: R+B Activator | 00A0 + 0280 = 02A0
Final Ex.: L+R+A+B Activator | 00A0 + 00C0 + 0180 + 0280 = 03E0Brawls Controller Values (these replace the YYYYYYYY in the code for different controllers):


Code:
GCN Controller (16 bits)
1 284DE4B0
2 284DE4B8
3 284DE4C0
4 284DE4C8
Wii Controller
1 284F7880
2 284F8220
3 284F8BC0
4 284F9560
Clasic Controller
1 284F78AA
2 284F824A
3 284F8BEA
4 284F958A

So say I wanted to make Dheginsea player controlled with the GCn controller with the X

would i get your code 04888D04 8066B830 and just add 284DE4B0 00000480

So would this work to button combo to turn dheginsea blue with pressing the X button on GC controller?
284DE4B0 00000480
04888D04 8066B830

hetoan2

controller values are different for other games. so none of brawls will work :P

(GHT)

Quote from: hetoan2;7828controller values are different for other games. so none of brawls will work :P

Well, can you help with the Fire Emblem ones?

(GHT)

would the button combos be relative to the PoR ones mehbe?

Am3692

Quote from: ShadowX39;7816I apologize for double post! But, I had no space for my most recent one.



It's pretty funny how I thought of it. It just randomly went to my head with a "what would I find if I were to just check the Black Knight's Level address in the memory viewer?" I decided to do the chapter where Black knight appears to fight the laguz across the river, and then Rivals Collide to see what changed with the Black Knight since the last Chapter..I also kept track of Micaiah during this:

Micaiah Level
00885DCE 00000000

80885DC0 80B57C94
80885DC4 8066B830 dif = 83C
80885DC8 00000000
80885DCC 050614FF

Black Knight Level
80888D0E 00000000

80888D00 80B5689C
80888D04 8066B830 dif = 83C
80888D08 00000000
80888D0C 11281463

This is what I saw during the chapter where both Micaiah and Black Knight were blue. I then checked their addresses again in Rivals Collide to check the change, and there it was..that little C change.

Huh, I did that. And what did I get? My wii getting frozen a few dozen times. Good job though! You saved me the trouble of lynching myself with my power cable!
[SIGPIC][/SIGPIC]

hetoan2

Quote from: Am3692;7893Huh, I did that. And what did I get? My wii getting frozen a few dozen times. Good job though! You saved me the trouble of lynching myself with my power cable!
that's a real nice way to thank someone for codes that they spent their time to make and their time to post. Maybe if you were more appreciative and less rude eventually you could learn to search and find out that some codes conflict with others and you shouldn't use too many codes at once. Once you learn to do that then you can create your own codes and then just maybe you could have the right to complain, but until you learn to make your own don't be such a demanding jerk.

Also you dont have to unplug your wii. Holding down power button on your console puts it into a hard reset, just like unplugging it, except without the wire stuff. And YES it does work after your wii is frozen -.-

smk

Quote from: Am3692;7893Huh, I did that. And what did I get? My wii getting frozen a few dozen times. Good job though! You saved me the trouble of lynching myself with my power cable!

Yeah, uh, nice way to say thanks. None of us here take kindly to this attitude and if you keep this up, I'll take this up with an admin and you'll have to be banned from here. That said, this is a warning, keep the attitude up and you're outta here. Hackers here deserve as much respect as you do, and if you can't respect them and treat them as your "employee" and you're the boss, well then, I guess we could see a ban for you in the future. We don't tolerate this, at all.

In fact, everybody here that is a hacker doesn't have to do anything for you if you're going to be this ungrateful. Be grateful that you can even use codes at all. Ocarina wouldn't be here if it weren't for two hackers, Link and kenobi, so I think you would be the least bit grateful but, I guess not if you keep this up.

Again, our tolerance for this is low.