The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Fan Games > Binary ROM Hacking > Binary Hack Research & Development
Reload this Page Development Pokémon Fire Red Hacked Engine

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
  #476   Link to this post, but load the entire thread.  
Old March 1st, 2015 (9:31 PM).
Mystelex
Guest
 
Posts: n/a
Thanks Telinc1 ! I read the ReadMe and found out that the sethealingplace command in the hacked engine uses 3 variables ! Thanks for the help !
Reply With Quote
  #477   Link to this post, but load the entire thread.  
Old May 18th, 2015 (9:52 PM).
rhapsodian_pixo rhapsodian_pixo is offline
 
Join Date: Jul 2013
Gender: Male
Posts: 98
there is some functionaly type editor (resistences weakness etc) for this rom base??
Reply With Quote
  #478   Link to this post, but load the entire thread.  
Old June 6th, 2015 (1:47 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
does anyone here how to use special 0x58 in JPAN Hacked engine?

I don't know what does he mean with the key in var 8006
0x0 is loaded with LoadPointer, I don't know how to load it,
0x1 is the value that is set in Var 8008 and 8009, I created a table at 0x087E0000
I used 030385 as wild data bytes at 0x087E0000
where AA-03 is the Minimum level, BB-03 is the maximum level, and CC-85 is the Pokemon specie number
then I set 8008 var into 0 and 8009 into 087E
then setvar 0x8006 0x1
setvar 0x8005 0x1
special 0x58 but it doesn't work,

how to implement wild data switch or special 0x58 in FRHE?
__________________
This signature has been disabled.
Scrollbar appears
Please review and fix the issues by reading the signature rules.

You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.

Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
Reply With Quote
  #479   Link to this post, but load the entire thread.  
Old June 7th, 2015 (8:46 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
Gonna quote JPAN's reply to my PM

Quote:
Originally Posted by JPAN
It's been a while I worked on the engine, so it took me a while to find answers. Special 0x58 loads a pointer to a wild data to 0x0203f48C. That pointer may be written to that address in three ways: first by way of the xse command loadPointer, the same used by messagebox; the second is writing the value to 8008 and 8009 in halves, lower halve in 8008 and upper in 8009 (for example data stored at 0203f800 would be setvar 0x8008 0xf800, setvar 0x8009 0x203); third way is by placing the value at 0203f48c yourself by, for example, writing to it via writebytetoOffset command. The pointer loaded must lead directly to a table containing pokemon in the wild data format. The safest way to test it is to create a table in Advance Map wild pokemon editor, then going to the location of that data and use that pointer.

As for the EV/Contest reader, the compiled code seems ok, so if its not working right, try copying it by hand from the compiled source code (in the tool).

Hope it helped.
It's working...
__________________
This signature has been disabled.
Scrollbar appears
Please review and fix the issues by reading the signature rules.

You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.

Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
Reply With Quote
  #480   Link to this post, but load the entire thread.  
Old July 21st, 2015 (11:58 PM).
astro02 astro02 is offline
 
Join Date: May 2015
Posts: 9
how use item script runner as item editor i use g3t?
i apply the routine after i get changed data;
but if i insert the routine offset in field usage and the sciprt pointer in extra data,we i use the item the rom restart
Reply With Quote
  #481   Link to this post, but load the entire thread.  
Old August 2nd, 2015 (11:50 AM). Edited August 4th, 2015 by Derlo.
Derlo's Avatar
Derlo Derlo is offline
Tired....
 
Join Date: Aug 2007
Location: Mossoró-RN-BR
Gender: Male
Posts: 135
hello
Anyone know how special 0x7e, the Jpan done to his engine, it works properly?

when just insert the special routine with the program that he did, the rom freezes.

Edit: Fixed

I managed to adjust his routine ... the problems were:
The tool that Jpan did, was not entering the routine in ROM. and when inserted manually, there was buggy characters ... had to manually rewrite the routine and test in another rom(squirrels). That's when it worked correctly.
Reply With Quote
  #482   Link to this post, but load the entire thread.  
Old August 7th, 2015 (11:46 PM).
pokemon r pokemon r is offline
 
Join Date: May 2015
Gender: Male
Posts: 154
hey guys i need hel in changes player overworld but i am having one problem is that i dont know from where i get the value of new overworld to whom i cange player overworld
Reply With Quote
  #483   Link to this post, but load the entire thread.  
Old October 4th, 2015 (7:58 AM). Edited October 5th, 2015 by Yaofma.
Yaofma Yaofma is offline
 
Join Date: Sep 2015
Gender: Male
Posts: 2
I apologize for what may seem like necroposting, or whatever it is called, but it seems that these attachments no longer work. It also seems like there aren’t any alternative ways to download JPAN’s engine (I checked). All in all, it’s pretty unfortunate.

If someone could possibly re-upload the whole thing… that would be pretty great.
Reply With Quote
  #484   Link to this post, but load the entire thread.  
Old October 13th, 2015 (11:38 PM).
TheFiretypetrainer TheFiretypetrainer is offline
 
Join Date: Aug 2015
Location: INDIA
Gender: Male
Nature: Lonely
Posts: 3
You can use download from mediafire - Pokemon Fire Red Hacked v1.1
Sorry, can't post links since its my first post
Reply With Quote
  #485   Link to this post, but load the entire thread.  
Old October 17th, 2015 (10:32 AM).
Turtl3Skulll's Avatar
Turtl3Skulll Turtl3Skulll is offline
Blue Turtl3
 
Join Date: Jun 2013
Location: Utah, U.S.A.
Age: 27
Gender: Male
Nature: Bold
Posts: 76
Quote:
Originally Posted by Yaofma View Post
I apologize for what may seem like necroposting, or whatever it is called, but it seems that these attachments no longer work. It also seems like there aren’t any alternative ways to download JPAN’s engine (I checked). All in all, it’s pretty unfortunate.

If someone could possibly re-upload the whole thing… that would be pretty great.
So apparently they are dead... here's a link to them (I'll try to keep these alive as long as I can):

https://drive.google.com/file/d/0B-JVUpHMmKl7NENtNENGeHVQQUE/view?usp=sharing

If you have questions about the functions of it, or need some examples, try this (haven't updated with every command, but do have most):

http://www.pokecommunity.com/showthread.php?t=336462
__________________
To steal ideas from one person is plagiarism; to steal from many is research.
Reply With Quote
  #486   Link to this post, but load the entire thread.  
Old October 21st, 2015 (10:38 PM).
TheFiretypetrainer TheFiretypetrainer is offline
 
Join Date: Aug 2015
Location: INDIA
Gender: Male
Nature: Lonely
Posts: 3
Is there any way to know what flags and vars are safe to use in JPAN's engine?
Reply With Quote
  #487   Link to this post, but load the entire thread.  
Old October 22nd, 2015 (8:05 AM).
Turtl3Skulll's Avatar
Turtl3Skulll Turtl3Skulll is offline
Blue Turtl3
 
Join Date: Jun 2013
Location: Utah, U.S.A.
Age: 27
Gender: Male
Nature: Bold
Posts: 76
Quote:
Originally Posted by TheFiretypetrainer View Post
Is there any way to know what flags and vars are safe to use in JPAN's engine?
I believe all the usual flags should work fine (0x1200 & above) as well as I the flags used for the daycare (I may be mistaken here),
but there isn't really a known amount of flags that we can use for the engine.

EDIT: you could also use the tool applier to manually select flags so you have a bigger scope of what you can use, though the tool has a fair amount of issues where it doesn't even apply some of the hacks.
__________________
To steal ideas from one person is plagiarism; to steal from many is research.
Reply With Quote
  #488   Link to this post, but load the entire thread.  
Old October 28th, 2015 (5:59 AM).
TheHunterManX's Avatar
TheHunterManX TheHunterManX is offline
 
Join Date: Jul 2015
Gender: Male
Posts: 92
It seems as though that the attachment(s) are dead. Please upload new ones.
Reply With Quote
  #489   Link to this post, but load the entire thread.  
Old October 30th, 2015 (2:53 PM).
Turtl3Skulll's Avatar
Turtl3Skulll Turtl3Skulll is offline
Blue Turtl3
 
Join Date: Jun 2013
Location: Utah, U.S.A.
Age: 27
Gender: Male
Nature: Bold
Posts: 76
Quote:
Originally Posted by TheHunterManX View Post
It seems as though that the attachment(s) are dead. Please upload new ones.
here is mine that is/should still working:
https://drive.google.com/file/d/0B-J...ew?usp=sharing
__________________
To steal ideas from one person is plagiarism; to steal from many is research.
Reply With Quote
  #490   Link to this post, but load the entire thread.  
Old October 31st, 2015 (3:56 AM).
TheHunterManX's Avatar
TheHunterManX TheHunterManX is offline
 
Join Date: Jul 2015
Gender: Male
Posts: 92
Nope. The google drive link says no page here 404 error.
Reply With Quote
  #491   Link to this post, but load the entire thread.  
Old October 31st, 2015 (7:40 AM).
Vendily's Avatar
Vendily Vendily is offline
 
Join Date: Aug 2015
Nature: Calm
Posts: 1,604
Quote:
Originally Posted by TheHunterManX View Post
Nope. The google drive link says no page here 404 error.
The link was compressed. There's a working version just a little bit higher on the page.
Or HERE.
__________________
| VPP Stats

Common Errors (and How to Fix Them) in Essentials
Reply With Quote
  #492   Link to this post, but load the entire thread.  
Old November 3rd, 2015 (7:40 PM). Edited November 4th, 2015 by TheFiretypetrainer.
TheFiretypetrainer TheFiretypetrainer is offline
 
Join Date: Aug 2015
Location: INDIA
Gender: Male
Nature: Lonely
Posts: 3
It seems the hack messed up some of the commands like applymovement, checktrainerflag, spritebehave, can anyone confirm this issue?
Is it because I've got the wrong version of the rom? I know it is BPRE but I don't know if it is v1.0
Reply With Quote
  #493   Link to this post, but load the entire thread.  
Old November 5th, 2015 (4:40 AM).
Vendily's Avatar
Vendily Vendily is offline
 
Join Date: Aug 2015
Nature: Calm
Posts: 1,604
Quote:
Originally Posted by TheFiretypetrainer View Post
It seems the hack messed up some of the commands like applymovement, checktrainerflag, spritebehave, can anyone confirm this issue?
Is it because I've got the wrong version of the rom? I know it is BPRE but I don't know if it is v1.0
To check your ROM version, run it in an emulator. If on the Gamefreak logo screen, it says GAMEFREAK PRESENTS then you have version 1.1. if it doesn't say PRESENTS, then you have version 1.0.
__________________
| VPP Stats

Common Errors (and How to Fix Them) in Essentials
Reply With Quote
  #494   Link to this post, but load the entire thread.  
Old November 5th, 2015 (5:04 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
Hack applier seems to be buggy, it corrupts the rom whenever I use Apply Overworldhack
__________________
This signature has been disabled.
Scrollbar appears
Please review and fix the issues by reading the signature rules.

You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.

Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
Reply With Quote
  #495   Link to this post, but load the entire thread.  
Old November 5th, 2015 (8:53 PM).
Turtl3Skulll's Avatar
Turtl3Skulll Turtl3Skulll is offline
Blue Turtl3
 
Join Date: Jun 2013
Location: Utah, U.S.A.
Age: 27
Gender: Male
Nature: Bold
Posts: 76
Quote:
Originally Posted by Lance32497 View Post
Hack applier seems to be buggy, it corrupts the rom whenever I use Apply Overworldhack
Don't use the tool, its too buggy to work properly, either use the patch or look at the source code & recompile it.
__________________
To steal ideas from one person is plagiarism; to steal from many is research.
Reply With Quote
  #496   Link to this post, but load the entire thread.  
Old November 6th, 2015 (4:35 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
Quote:
Originally Posted by Turtl3Skulll View Post
Don't use the tool, its too buggy to work properly, either use the patch or look at the source code & recompile it.
only Overworld Hack in the source code doesn't work
__________________
This signature has been disabled.
Scrollbar appears
Please review and fix the issues by reading the signature rules.

You must edit it to meet the limits set by the rules before you may remove the [sig-reason] code from your signature. Removing this tag will re-enable it.

Do not remove the tag until you fix the issues in your signature. You may be infracted for removing this tag if you do not fix the specified issues. Do not use this tag for decoration purposes.
Reply With Quote
  #497   Link to this post, but load the entire thread.  
Old November 11th, 2015 (12:08 AM).
Telemetius's Avatar
Telemetius Telemetius is offline
Tele*
 
Join Date: Nov 2014
Location: Italy
Gender: Male
Nature: Relaxed
Posts: 267
Is it just me or the downoad links aren't working?
__________________

That way!
I thought..uhm, ok.
-----------------------------------------------------------------------------------------------
Beta 50%
Reply With Quote
  #498   Link to this post, but load the entire thread.  
Old November 11th, 2015 (2:37 AM).
Touched's Avatar
Touched Touched is offline
Resident ASMAGICIAN
 
Join Date: Jul 2014
Gender: Male
Posts: 625
Quote:
Originally Posted by Telemetius View Post
Is it just me or the downoad links aren't working?
The server was hacked, and all attachments purged. You'll need to find a mirror or ask someone to reupload it for you.
__________________

A Pokemon that is discriminated!
Support squirtle and make it everyone's favourite.
Reply With Quote
  #499   Link to this post, but load the entire thread.  
Old November 11th, 2015 (7:46 AM).
Dr. Seuss's Avatar
Dr. Seuss Dr. Seuss is offline
Navegando en mi automóvil, hablando con la nena por el móvil 😎...
 
Join Date: Feb 2014
Location: Guatemala City
Age: 27
Gender: Male
Nature: Brave
Posts: 521
Quote:
Originally Posted by Telemetius View Post
Is it just me or the downoad links aren't working?
Fortunately, I still have in my files the hacked engine
https://www.mediafire.com/?vjzjfoffiiad7v8
__________________
Graphic design is my passion...

Click on the picture to see the best hack ever created (?
Reply With Quote
  #500   Link to this post, but load the entire thread.  
Old November 11th, 2015 (9:22 AM).
Derlo's Avatar
Derlo Derlo is offline
Tired....
 
Join Date: Aug 2007
Location: Mossoró-RN-BR
Gender: Male
Posts: 135
I'm using Jpan HE and I'm having some problems with routine WalkingScripts.
In the manual, the Jpan reports that some scripts are high-priority, such as: green Scripts in AMAP or routine that hatch eggs ....
But I saw that one of the main, do not have this priority, which is the routine of wild Pokemon.
If you have enabled WalkingScripts when you walk on the grass or any other tile with pokemon appearance, the pokemon does not appear even if you have a rate of 100%. but if you change the side where the player is looking, the Pokemon appear.

My question is: Does anyone know how to change the priority for the routine that loads the wild pokemon is loaded before WalkinScripts routine?
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 9:02 AM.