The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > Binary ROM Hacking
Reload this Page Other Fairy type effectiveness works like ???

Notices
For all updates, view the main page.

Binary ROM Hacking Need a helping hand or just want to talk about binary ROM hacks? Get comments and answers to any ROM Hacking-related problems, questions or thoughts you have here.

Ad Content
Reply
 
Thread Tools
  #1   Link to this post, but load the entire thread.  
Old August 27th, 2014 (4:02 PM). Edited January 24th, 2015 by Spherical Ice.
Lance32497's Avatar
Lance32497 Lance32497 is offline
LanceKoijer of Pokemon_Addicts
 
Join Date: Aug 2014
Location: Criscanto town-Ginoa Region xD
Gender: Male
Nature: Adamant
Posts: 792
Hi guys ^_^ , I have managed to add new Fairy type in Pokemon Firered, and Shyrayq's tutorial is awesome,

but I have problem, when I tested it in VBA, FAIRY type moves are normal hit in Normal, just like the reality xD, but FAIRY MOVES damage the NORMAL TYPE opponent like ???..

and Super effective works like normal damage...

Is there a way to fix that?

please
Reply With Quote
  #2   Link to this post, but load the entire thread.  
Old August 27th, 2014 (8:22 PM).
DJTiki's Avatar
DJTiki DJTiki is offline
absolutely should have never given me the internet
 
Join Date: Mar 2014
Location: Florida, USA
Gender: Male
Nature: Adamant
Posts: 1,256
Quote:
Originally Posted by Lance32497 View Post
Hi guys ^_^ , I have managed to add new Fairy type in Pokemon Firered, and Shyrayq's tutorial is awesome,

but I have problem, when I tested it in VBA, FAIRY type moves are normal hit in Normal, just like the reality xD, but FAIRY MOVES damage the NORMAL TYPE opponent like ???..

and Super effective works like normal damage...

Is there a way to fix that?
Well, I'd either look at the hex values, you gave to the type effectivess, or check out Itari's Type Effectivess Editor, which seems to be your problem.
Reply With Quote
  #3   Link to this post, but load the entire thread.  
Old August 27th, 2014 (9:11 PM).
destinedjagold's Avatar
destinedjagold destinedjagold is offline
You can contact me in PC's discord server...
 
Join Date: May 2007
Age: 32
Gender: Male
Nature: Careful
Posts: 8,579
Have you corrected added the hex values into your ROM's type effectiveness table?
Make sure that you follow the
PART 2: THE CHART correctly. =/
__________________

Reply With Quote
  #4   Link to this post, but load the entire thread.  
Old August 27th, 2014 (11:57 PM).
Lance32497's Avatar
Lance32497 Lance32497 is offline
LanceKoijer of Pokemon_Addicts
 
Join Date: Aug 2014
Location: Criscanto town-Ginoa Region xD
Gender: Male
Nature: Adamant
Posts: 792
yes, I made FAIRY immunes to DRAGON MOVES, POISON hits super effective to FAIRY....

actually I solve NORMAL MOVES to damage like FIRE to FIGHT, I put 0F instead of 0A

so this is my sample chart
09(I replaced ??? to FAIRY)

this is for my Normal Damage....... and yah that worked, (well, I found the way to solve that a while ago)
Quote:
09 10 14 09 00 0F 09 02 0F 09 04 0F 09 05 0F 09 07 0F 09 09 0F 09 09 0B 0F 09 0C 0F 09 0D 0F 09 0E 0F 09 0F 0F 00 09 0F 02 09 0F 04 09 0F 05 09 0F 07 09 0F 0B 09 0F 0C 09 0F 0D 09 0F 0E 09 0F 0F 09 0F
this is for not very effective and super effective
Quote:
09 01 14 09 03 05 09 06 14 09 08 05 09 0A 05 09 10 14 01 09 05 03 09 14 06 09 05 08 09 14 10 09 00
I got a problem with not very-super effective because it damage like what Normal hit does, I tried also, instead of 14, I put 17, it works like super effective but the line "ITS SUPER EFFECTIVE" is not appearing...

maybe someone can help me that...
TIA
Reply With Quote
  #5   Link to this post, but load the entire thread.  
Old August 28th, 2014 (12:01 AM).
destinedjagold's Avatar
destinedjagold destinedjagold is offline
You can contact me in PC's discord server...
 
Join Date: May 2007
Age: 32
Gender: Male
Nature: Careful
Posts: 8,579
Quote:
Originally Posted by Lance32497 View Post
I got a problem with not very-super effective because it damage like what Normal hit does, I tried also, instead of 14, I put 17, it works like super effective but the line "ITS SUPER EFFECTIVE" is not appearing...

maybe someone can help me that...
TIA
The "Super Effective" line will only appear to the 14 multiplier. It won't appear on other multipliers.
The "Not Very Effective" will only appear to the 5 multiplier. It won't appear on other multipliers.
__________________

Reply With Quote
  #6   Link to this post, but load the entire thread.  
Old August 28th, 2014 (12:15 AM).
Lance32497's Avatar
Lance32497 Lance32497 is offline
LanceKoijer of Pokemon_Addicts
 
Join Date: Aug 2014
Location: Criscanto town-Ginoa Region xD
Gender: Male
Nature: Adamant
Posts: 792
Yah, thats my problem, 14 only says Supereffective line, but not damage the opponent like what the other super ecffective type does, How can I edit that? Im also curious, why does the effectivity of ??? is not the same in Normal-Normal? well in the chart, only 00 05 14 are listed there, so ??? - any type is considered as 0A like FIRE-FIGHT, is there a separated offset for ???
Reply With Quote
  #7   Link to this post, but load the entire thread.  
Old August 28th, 2014 (12:25 AM).
destinedjagold's Avatar
destinedjagold destinedjagold is offline
You can contact me in PC's discord server...
 
Join Date: May 2007
Age: 32
Gender: Male
Nature: Careful
Posts: 8,579
Quote:
Originally Posted by Lance32497 View Post
Yah, thats my problem, 14 only says Supereffective line, but not damage the opponent like what the other super ecffective type does, How can I edit that?
Wait... I don't think I get you.
Do you mean that when you use your Fairy type move against a 'mon, the message "Super Effective" shows, but no actual damage happened?


Quote:
Originally Posted by Lance32497 View Post
Im also curious, why does the effectivity of ??? is not the same in Normal-Normal? well in the chart, only 00 05 14 are listed there, so ??? - any type is considered as 0A like FIRE-FIGHT,
...you know what? that is a really good question. o.0
I guess what you can do for now is to actually add a normal damage to your type chart. like 09 00 0A... =/


Quote:
Originally Posted by Lance32497 View Post
is there a separated offset for ???
there is none, as far as I know of...
__________________

Reply With Quote
  #8   Link to this post, but load the entire thread.  
Old August 28th, 2014 (4:58 AM).
Lance32497's Avatar
Lance32497 Lance32497 is offline
LanceKoijer of Pokemon_Addicts
 
Join Date: Aug 2014
Location: Criscanto town-Ginoa Region xD
Gender: Male
Nature: Adamant
Posts: 792
Quote:
Originally Posted by destinedjagold View Post
Wait... I don't think I get you.
Do you mean that when you use your Fairy type move against a 'mon, the message "Super Effective" shows, but no actual damage happened?
yah thats it! The damage in super effwctive is like the damage of the Normal moves.



Quote:
...you know what? that is a really good question. o.0
I guess what you can do for now is to actually add a normal damage to your type chart. like 09 00 0A... =/

I tried that but the damage is like 09 00 05 not the actual normal damage


Quote:
there is none, as far as I know of...
Awww
Reply With Quote
Reply

Quick Reply

Join the conversation!

Create an account to post a reply in this thread, participate in other discussions, and more!

Create a PokéCommunity Account
Ad Content

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 9:09 AM.