The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > Binary ROM Hacking > Binary Hack Research & Development
Reload this Page Development New Battle System

Notices
For all updates, view the main page.

Binary Hack Research & Development Got a well-founded knack with your binary Pokémon hacks? Love reverse-engineering them? For the traditional Pokémon ROM hacker, this is the spot for polling and gathering your ideas, and then implementing them! Share your hypothesis, get ideas from others, and collaborate to create!

Ad Content
Reply
 
Thread Tools
  #101   Link to this post, but load the entire thread.  
Old June 2nd, 2017 (9:24 AM).
Trev's Avatar
Trev Trev is offline
i gave you everything...
 
Join Date: May 2012
Age: 26
Gender: Male
Nature: Sassy
Posts: 1,505
Okay, I can most likely do that. I'll start on Sunday, since I'll have a free day. Shouldn't be too hard.

Here's the ones I need explanations on:

Code:
FLAG_CHARGEUP
FLAG_RECHARGE
FLAG_DEFROST
FLAG_GRAVITY_DISABLED
FLAG_HEAL_BLOCK_DISABLED
FLAG_PROTECTABLE
FLAG_REFLECTABLE
FLAG_TRIAGE_AFFECTED
Reply With Quote
  #102   Link to this post, but load the entire thread.  
Old June 2nd, 2017 (9:42 AM).
Trainer 781
Guest
 
Posts: n/a
Quote:
Originally Posted by Trev View Post
Okay, I can most likely do that. I'll start on Sunday, since I'll have a free day. Shouldn't be too hard.

Here's the ones I need explanations on:

Code:
FLAG_CHARGEUP
FLAG_RECHARGE
FLAG_DEFROST
FLAG_GRAVITY_DISABLED
FLAG_HEAL_BLOCK_DISABLED
FLAG_PROTECTABLE
FLAG_REFLECTABLE
FLAG_TRIAGE_AFFECTED
FLAG_CHARGEUP - Not sure about this. Looks like a move that have a charging turn like Fly, Dig etc.
FLAG_RECHARGE - Moves like Hyper Beam etc.
FLAG_DEFROST - Move that can defrost a frozen foe. Scald and damaging fire move except Hidden Power.
FLAG_GRAVITY_DISABLED - Cannot be used in gravity like Fly, Hi Jump Kick
FLAG_HEAL_BLOCK_DISABLED - Blocked by the move Heal Block. (Refer Bulbapedia for the list)
FLAG_PROTECTABLE - Moves that can be blocked by protect.
FLAG_REFLECTABLE - Moves that can be bounced by Magic Coat or Magic Bounce
FLAG_TRIAGE_AFFECTED - Healing moves that give 3+ priority to a Triage wielder. (Refer Bulbapedia for the list)
Reply With Quote
  #103   Link to this post, but load the entire thread.  
Old June 5th, 2017 (7:51 AM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Quote:
Originally Posted by Trev View Post
Okay, I can most likely do that. I'll start on Sunday, since I'll have a free day. Shouldn't be too hard.

Here's the ones I need explanations on:

Code:
FLAG_CHARGEUP
FLAG_RECHARGE
FLAG_DEFROST
FLAG_GRAVITY_DISABLED
FLAG_HEAL_BLOCK_DISABLED
FLAG_PROTECTABLE
FLAG_REFLECTABLE
FLAG_TRIAGE_AFFECTED
KDS's descriptions of those were correct. Just checking on ya, wondering if you've started/how it's going.
__________________
...
Reply With Quote
  #104   Link to this post, but load the entire thread.  
Old June 5th, 2017 (9:33 AM).
Trev's Avatar
Trev Trev is offline
i gave you everything...
 
Join Date: May 2012
Age: 26
Gender: Male
Nature: Sassy
Posts: 1,505
Quote:
Originally Posted by FBI View Post
KDS's descriptions of those were correct. Just checking on ya, wondering if you've started/how it's going.
I was actually just about to start it right now :P Thanks for the confirmation. I'll see what I can get done today.
Reply With Quote
  #105   Link to this post, but load the entire thread.  
Old June 7th, 2017 (11:33 AM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Quote:
Originally Posted by Trev View Post
I was actually just about to start it right now :P Thanks for the confirmation. I'll see what I can get done today.
Yo!
Checking in again, wondering how it's going :)
__________________
...
Reply With Quote
  #106   Link to this post, but load the entire thread.  
Old June 7th, 2017 (12:02 PM).
Trev's Avatar
Trev Trev is offline
i gave you everything...
 
Join Date: May 2012
Age: 26
Gender: Male
Nature: Sassy
Posts: 1,505
Quote:
Originally Posted by FBI View Post
Yo!
Checking in again, wondering how it's going :)
I finished the first three flag types a few days ago! It's been a hectic few days since so I haven't made much progress. Do you need these by a specific date?
Reply With Quote
  #107   Link to this post, but load the entire thread.  
Old June 7th, 2017 (12:22 PM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Quote:
Originally Posted by Trev View Post
I finished the first three flag types a few days ago! It's been a hectic few days since so I haven't made much progress. Do you need these by a specific date?
Preferably by the end of the week so I can test other parts of it. A little later is fine though.
__________________
...
Reply With Quote
  #108   Link to this post, but load the entire thread.  
Old June 7th, 2017 (4:58 PM).
Trev's Avatar
Trev Trev is offline
i gave you everything...
 
Join Date: May 2012
Age: 26
Gender: Male
Nature: Sassy
Posts: 1,505
Quote:
Originally Posted by FBI View Post
Preferably by the end of the week so I can test other parts of it. A little later is fine though.
I won't promise you that it'll be done by then, but I can definitely try as hard as I can for the rest of today and Friday to get it done.

Just a Q: all of the moves that need to get FLAG_CONTACT have been set, correct?
Reply With Quote
  #109   Link to this post, but load the entire thread.  
Old June 7th, 2017 (5:33 PM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Quote:
Originally Posted by Trev View Post
I won't promise you that it'll be done by then, but I can definitely try as hard as I can for the rest of today and Friday to get it done.

Just a Q: all of the moves that need to get FLAG_CONTACT have been set, correct?
Yup.
__________________
...
Reply With Quote
  #110   Link to this post, but load the entire thread.  
Old June 25th, 2017 (2:54 PM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Just wanted to drop in and say that this project is still ongoing and progressing smoothly. I've been lucky enough to get some help from SBird on certain things and I'm confident we'll have something play testable soon!

Currently recruiting help from those who wish to help programming certain parts of the engine and anyone who wants to help writing callbacks for moves +abilities!

So far, the battle is looping properly. I've added a couple of quality of life changes to the move select which show PP and Category of the move. I've also completed the accuracy checks and move chain up-until the damage and move animation portion!

As always you can check progress with the source code here:
https://github.com/EternalCode/battle_engine

Here's what it looks like ingame so far:
https://streamable.com/93k7w
__________________
...
Reply With Quote
  #111   Link to this post, but load the entire thread.  
Old June 27th, 2017 (6:28 PM). Edited June 28th, 2017 by igorfs10.
igorfs10's Avatar
igorfs10 igorfs10 is offline
 
Join Date: Dec 2015
Location: Brazil
Gender: Male
Nature: Calm
Posts: 53
Hi, I'm helping the FBI to make a pokemon switch screen, and I wanted to know what you guys think about it and if i need to improve something.
__________________
My hack:
Pokémon New Emerald - https://www.pokecommunity.com/showthread.php?t=418134
Resources:
Replant and water berry script(EM) - https://www.pokecommunity.com/showthread.php?p=9947500#post9947500
Working Altering Cave(EM) - https://www.pokecommunity.com/showthread.php?p=9947498#post9947498
Double wild battle tile list (EM) - https://www.pokecommunity.com/showthread.php?p=9795909#post9795909
Simple Dark HP Box - https://www.pokecommunity.com/showthread.php?p=9715094#post9715094
Simple Battle Backgrounds - https://www.pokecommunity.com/showthread.php?p=9729963#post9729963
Pokéball OW sprite - https://www.pokecommunity.com/showthread.php?p=9738701#post9738701
Reply With Quote
  #112   Link to this post, but load the entire thread.  
Old June 28th, 2017 (1:27 AM).
Vivacity's Avatar
Vivacity Vivacity is offline
still learning
 
Join Date: Dec 2014
Gender: Female
Nature: Calm
Posts: 6
Now THIS is hella cool. (I stalk keep an eager eye on your github anyway, haha, but I didn't catch this one till you posted!) Insert all the usual congratulatory gubbins here: i.e. how the hell are you even doing this/no one else IS even doing this/and it's open source?! give the man a RAISE

...I dunno why I made that sound all sardonic, lol, this IS awesome and so are you. :3 Love the video, and it doesn't hurt that the graphics are wayyy nicer than vanilla FR ;)

(also just noticed you're launching it from the Start menu, haha, which is stylish af haha)

anyway, this is SWEET, keep it up, you rock etc. :P

@ igorfs10 - DAMNNN that looks nice, you also rock, can't think of a thing I'd wanna change :)
Reply With Quote
  #113   Link to this post, but load the entire thread.  
Old June 28th, 2017 (8:20 AM).
pokemontutorialTV's Avatar
pokemontutorialTV pokemontutorialTV is offline
TheGreatest
 
Join Date: Feb 2014
Gender: Male
Nature: Calm
Posts: 13

You have two times the "B"-Button.
__________________
Hi there
Reply With Quote
  #114   Link to this post, but load the entire thread.  
Old June 28th, 2017 (1:36 PM). Edited June 28th, 2017 by Criminon.
Criminon's Avatar
Criminon Criminon is offline
Forever Spriting
 
Join Date: Aug 2012
Location: California
Gender: Male
Nature: Timid
Posts: 264
Quote:
Originally Posted by igorfs10 View Post
Hi, I'm helping the FBI to make a pokemon switch screen, and I wanted to know what you guys think about it and if i need to improve something.
Really really enjoy this. Only suggestion would be adding in IVs, either numbers or letters. I have also made it so the level could be increased into the 3 digits (255) as well as making the HP go into the thousands.
Also added in FBI's main screen to add the same bg design.





Updated:
__________________
Unbound Team / Crown Team
Reply With Quote
  #115   Link to this post, but load the entire thread.  
Old June 28th, 2017 (3:25 PM).
igorfs10's Avatar
igorfs10 igorfs10 is offline
 
Join Date: Dec 2015
Location: Brazil
Gender: Male
Nature: Calm
Posts: 53
Quote:
Originally Posted by Criminon View Post
Really really enjoy this. Only suggestion would be adding in IVs, either numbers or letters. I have also made it so the level could be increased into the 3 digits (255) as well as making the HP go into the thousands.
Also added in FBI's main screen to add the same bg design.





Updated:
You are good to edit images.
But the status that show on the screen already have nature, iv and ev. I already think that in my image has too much information and removing the item name and skill can make the interface confusing.
This screen is just to switch the pokemon in battle, I dont think it need to have iv and ev.
I will have to edit to have 4 digit status and you gave me a great idea. ;)
Reply With Quote
  #116   Link to this post, but load the entire thread.  
Old June 28th, 2017 (4:21 PM). Edited June 29th, 2017 by Criminon.
Criminon's Avatar
Criminon Criminon is offline
Forever Spriting
 
Join Date: Aug 2012
Location: California
Gender: Male
Nature: Timid
Posts: 264
Quote:
Originally Posted by igorfs10 View Post
You are good to edit images.
But the status that show on the screen already have nature, iv and ev. I already think that in my image has too much information and removing the item name and skill can make the interface confusing.
This screen is just to switch the pokemon in battle, I dont think it need to have iv and ev.
I will have to edit to have 4 digit status and you gave me a great idea. ;)
Looking forward to the new update! Also muk, I just remembered that this was made:
https://www.pokecommunity.com/showthread.php?t=352399

This was something I overlooked. We should give ability and item names much more room.
__________________
Unbound Team / Crown Team
Reply With Quote
  #117   Link to this post, but load the entire thread.  
Old June 29th, 2017 (11:33 AM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Quote:
Originally Posted by Trev View Post
I won't promise you that it'll be done by then, but I can definitely try as hard as I can for the rest of today and Friday to get it done.

Just a Q: all of the moves that need to get FLAG_CONTACT have been set, correct?
Hey, I know it's been a while and you've probably been too busy to work on it. I ended up doing it myself yesterday, so you don't need to do it anymore. Thanks for trying to contribute!

Quote:
Originally Posted by igorfs10 View Post
Hi, I'm helping the FBI to make a pokemon switch screen, and I wanted to know what you guys think about it and if i need to improve something.
That is looked blessed. I'm glad you decided to keep it relative to the battle textbox graphics!

Quote:
Originally Posted by Vivacity View Post
Now THIS is hella cool. (I stalk keep an eager eye on your github anyway, haha, but I didn't catch this one till you posted!) Insert all the usual congratulatory gubbins here: i.e. how the hell are you even doing this/no one else IS even doing this/and it's open source?! give the man a RAISE

...I dunno why I made that sound all sardonic, lol, this IS awesome and so are you. :3 Love the video, and it doesn't hurt that the graphics are wayyy nicer than vanilla FR ;)

(also just noticed you're launching it from the Start menu, haha, which is stylish af haha)

anyway, this is SWEET, keep it up, you rock etc. :P

@ igorfs10 - DAMNNN that looks nice, you also rock, can't think of a thing I'd wanna change :)
Thank you for your kind words!

Quote:
Originally Posted by Criminon View Post
I'm actually quite curious how people think this change to the action select menu is? Personally I do like the Pokeball border being added to it, do others feel the same?

Quote:
Originally Posted by Criminon View Post
Looking forward to the new update! Also ****, I just remembered that this was made:
https://www.pokecommunity.com/showthread.php?t=352399

This was something I overlooked. We should give ability and item names much more room.
So longer move names, ability names and Pokemon names are a thing. I don't know how we'd fit all these properties graphically on many of the game graphics. Consider the Opponent's HP box and Double battle HP boxes fitting:


Currently, the engine doesn't assume a char limit and will try to draw the entire name. However the graphics limit the sizes of these things. At the moment, the graphics are quite customizable, so I'll leave the customization of graphics to the user. Expansion is great and I love the idea of supporting other people's implementation variables, but I don't think I will force a user without expanded names/levels/ect to use a customized layout designed for expanded names.

That said, you guys are more than welcome to design two layouts for each case!
__________________
...
Reply With Quote
  #118   Link to this post, but load the entire thread.  
Old June 29th, 2017 (1:33 PM).
igorfs10's Avatar
igorfs10 igorfs10 is offline
 
Join Date: Dec 2015
Location: Brazil
Gender: Male
Nature: Calm
Posts: 53
Quote:
Originally Posted by Criminon View Post
Looking forward to the new update! Also ****, I just remembered that this was made:
https://www.pokecommunity.com/showthread.php?t=352399

This was something I overlooked. We should give ability and item names much more room.
The changes I wanted to make did not fit, but I have already arranged and fits all the information with that amount of characters of the link that you have posted.

Reply With Quote
  #119   Link to this post, but load the entire thread.  
Old June 29th, 2017 (7:02 PM).
Trev's Avatar
Trev Trev is offline
i gave you everything...
 
Join Date: May 2012
Age: 26
Gender: Male
Nature: Sassy
Posts: 1,505
Sorry FBI, life took over and I completely forgot. My bad :( The new graphic screens look amazing and I literally cannot wait. Do you think you'll be implementing customization options?
Reply With Quote
  #120   Link to this post, but load the entire thread.  
Old June 29th, 2017 (8:44 PM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Quote:
Originally Posted by igorfs10 View Post
The changes I wanted to make did not fit, but I have already arranged and fits all the information with that amount of characters of the link that you have posted.

Cool, I'll get to doing the needed coding for inserting this in the near future.
Quote:
Originally Posted by Trev View Post
Sorry FBI, life took over and I completely forgot. My bad :( The new graphic screens look amazing and I literally cannot wait. Do you think you'll be implementing customization options?
An understandable problem. As for customization options, it depends what you mean. Feature toggling is a thing, most graphics are customizable.

---

Currently need a Yes/No menu that fits the theme. If anyone can make that, it'd be pretty awesome!
__________________
...
Reply With Quote
  #121   Link to this post, but load the entire thread.  
Old June 30th, 2017 (7:49 AM).
Trev's Avatar
Trev Trev is offline
i gave you everything...
 
Join Date: May 2012
Age: 26
Gender: Male
Nature: Sassy
Posts: 1,505


Something like this? I expanded it to support up to 9 characters. I would have done 12 but this screen shot didn't allow it, and I didn't want to move around elements when they might not be supported. I also have no idea if you can even make the box expand in-game but yeah. I based it off the stat screen design above and can modify it as necessary.
Reply With Quote
  #122   Link to this post, but load the entire thread.  
Old June 30th, 2017 (8:54 AM).
Enn's Avatar
Enn Enn is offline
 
Join Date: Jan 2017
Gender: Male
Posts: 185
Quote:
Originally Posted by igorfs10 View Post
Hi, I'm helping the FBI to make a pokemon switch screen, and I wanted to know what you guys think about it and if i need to improve something.
The colors look dull.
Use Bright colors like game freak does...
Reply With Quote
  #123   Link to this post, but load the entire thread.  
Old June 30th, 2017 (10:01 AM).
Trev's Avatar
Trev Trev is offline
i gave you everything...
 
Join Date: May 2012
Age: 26
Gender: Male
Nature: Sassy
Posts: 1,505
Quote:
Originally Posted by Nisarg View Post
The colors look dull.
Use Bright colors like game freak does...
GameFreak's bright colors look horrendous by today's standards.
Reply With Quote
  #124   Link to this post, but load the entire thread.  
Old July 1st, 2017 (12:04 PM).
Blah's Avatar
Blah Blah is offline
Free supporter
 
Join Date: Jan 2013
Location: Unknown Island
Gender: Male
Posts: 1,924
Quote:
Originally Posted by Trev View Post


Something like this? I expanded it to support up to 9 characters. I would have done 12 but this screen shot didn't allow it, and I didn't want to move around elements when they might not be supported. I also have no idea if you can even make the box expand in-game but yeah. I based it off the stat screen design above and can modify it as necessary.
Yeah basically a Yes/No choice box like that. I think the textbox should be a similar style, but at the same time different from the battle textbox. Consider this:


The textbox design and the option box design are different, yet in a similar style. I hope that made sense :P
__________________
...
Reply With Quote
  #125   Link to this post, but load the entire thread.  
Old July 1st, 2017 (12:33 PM).
Trev's Avatar
Trev Trev is offline
i gave you everything...
 
Join Date: May 2012
Age: 26
Gender: Male
Nature: Sassy
Posts: 1,505
Quote:
Originally Posted by FBI View Post
Yeah basically a Yes/No choice box like that. I think the textbox should be a similar style, but at the same time different from the battle textbox. Consider this:


The textbox design and the option box design are different, yet in a similar style. I hope that made sense :P
Yeah, I can do that later tonight.
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
Thread Tools

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 8:39 AM.