Patch Leon's DPE + CFRU Base and Ultimate Rom Base Page 15

Started by Prof. Leon Dias June 9th, 2018 10:29 PM
  • 229089 views
  • 512 replies

Gavoca

Age 16
He/Him
Seen October 7th, 2022
Posted June 1st, 2022
361 posts
2.9 Years
Because 807 is bigger. You need NUPS for that.
ok..... can u uhmm say the steps...i'm new to rom hacking
Male
Brazil
Seen September 25th, 2022
Posted December 20th, 2021
28 posts
3.1 Years
I would like to add the Galar pokémon in the free spaces but when I click to edit the PGE crashes. Could someone please help me?
He/his
Seen 1 Week Ago
Posted January 29th, 2023
11 posts
7.7 Years
MAJOR UPDATE:

Support for older versions of the rom base will be discontinued. The project is currently being remade using Skeli and Ghoulslash's CFRU and DPE engines. Join the discord linked in my signature to follow up on its progress. Most likely it will be finished within a few months if not sooner.
Will this be a patch for a FR rom? Or will this work like CFRU and I'll have to manually implement things?

Gavoca

Age 16
He/Him
Seen October 7th, 2022
Posted June 1st, 2022
361 posts
2.9 Years
uhmmm..... i just tried NUPS and tsukoyumi..... it did not work(when i try to patch it on NUPS it just says: The Patching File doesn't match the File.......)
And on tsukoyumi when i patch it and load it on AMP 1.95 it doesn't appear it's just chimecho..... and also uhmm this is the 807 PATCH version
Seen September 16th, 2020
Posted August 9th, 2020
14 posts
2.9 Years
Hi all,

I saw in the notes that an extended bag is supported as you can see in the image that supports to have 108 TM's.

https://ibb.co/L8KVNMZ

How can I make use of these slots? Can I just open any item editor and make use of these spots or do I have to run some ASM routines and scripts to make it work?

Any help is welcome, I have been losing sleep over this -_-

Gavoca

Age 16
He/Him
Seen October 7th, 2022
Posted June 1st, 2022
361 posts
2.9 Years
Okay i changed my mind......... i'll go with the other and smaller patch...... and i have an question(how do you Customize that patch.....)

Prof. Leon Dias

Let your memes be dreams

Male
A deep underground lab somewhere...
Seen 5 Hours Ago
Posted May 22nd, 2022
114 posts
10.3 Years
HUGE UPDATE

The successor to the original ROM Base has just launched! Everybody take a look at the future!
Check Out My Projects:

& My Ultimate Fire Red Base
https://www.pokecommunity.com/showthread.php?t=409672

Discord to join my Wish/Rombase server for updates, questions, and info:
https://discord.gg/N46NeqS
Age 25
Male
California
Seen 4 Weeks Ago
Posted October 26th, 2022
215 posts
11.9 Years
HUGE UPDATE

The successor to the original ROM Base has just launched! Everybody take a look at the future!
Really great work, this definitely would've saved me a TON of time if this came out before I started my hack!

Gavoca

Age 16
He/Him
Seen October 7th, 2022
Posted June 1st, 2022
361 posts
2.9 Years
HUGE UPDATE

The successor to the original ROM Base has just launched! Everybody take a look at the future!
Now this is big deal!!!!! nice
so.....u will continue WISH right?

Outwitter

You reap what you plant...

Male
India
Seen 2 Weeks Ago
Posted November 26th, 2022
148 posts
5.7 Years
HUGE UPDATE

The successor to the original ROM Base has just launched! Everybody take a look at the future!
Congrats on the blockbuster update! This is an amazing gift to the hacking community. Wish you luck in all your future endeavours.

64smashmaster3ds

Female
???
Seen 3 Days Ago
Posted April 1st, 2023
112 posts
9.9 Years
Great job working on this ROM base. Is it possible for me to remove some of the new items, the NPC test script and the BW Style Summary Screen?
Male
Seen 1 Hour Ago
Posted December 26th, 2021
387 posts
2.9 Years
uhmmm..... i just tried NUPS and tsukoyumi..... it did not work(when i try to patch it on NUPS it just says: The Patching File doesn't match the File.......)
And on tsukoyumi when i patch it and load it on AMP 1.95 it doesn't appear it's just chimecho..... and also uhmm this is the 807 PATCH version
Just open advance map.exe in a hex editor, go to 77dd5 and now, check how many mon’s you rom has, convert to hex, reverse it by grouping it by 2 and reversing the groups, so 4457 becomes 44 57 and then 57 44. If the number of digits of the hex is odd, add a 0 at the front, so 5e3 becomes 05e3, and reverse it into e305. Whatever you reversed hex is, go back to the hex editor and replace 9b01 with whatever you got, and save it, and reopen the app.

Gavoca

Age 16
He/Him
Seen October 7th, 2022
Posted June 1st, 2022
361 posts
2.9 Years
Just open advance map.exe in a hex editor, go to 77dd5 and now, check how many mon’s you rom has, convert to hex, reverse it by grouping it by 2 and reversing the groups, so 4457 becomes 44 57 and then 57 44. If the number of digits of the hex is odd, add a 0 at the front, so 5e3 becomes 05e3, and reverse it into e305. Whatever you reversed hex is, go back to the hex editor and replace 9b01 with whatever you got, and save it, and reopen the app.
well i did that but it always said Win 32 application not compatible (i think that was it said)

Gavoca

Age 16
He/Him
Seen October 7th, 2022
Posted June 1st, 2022
361 posts
2.9 Years
Can you be more specific? On which step did it say that?
dod it works now ty
Male
Seen 1 Hour Ago
Posted December 26th, 2021
387 posts
2.9 Years
for some reason whenever I compile CFRU after DPE with required edits I always get a warning, but it still makes a successful and playable rom. Warning:

Compiling ./src\Tables\item_tables.c
./src\Tables\item_tables.c:748:24: warning: initialized field overwritten [-Woverride-init]
748 | [ITEM_RUSTED_SWORD] = ITEM_TYPE_HELD_ITEM,
| ^~~~~~~~~~~~~~~~~~~
./src\Tables\item_tables.c:748:24: note: (near initialization for 'gItemsByType[485]')
./src\Tables\item_tables.c:749:25: warning: initialized field overwritten [-Woverride-init]
749 | [ITEM_RUSTED_SHIELD] = ITEM_TYPE_HELD_ITEM,
| ^~~~~~~~~~~~~~~~~~~
./src\Tables\item_tables.c:749:25: note: (near initialization for 'gItemsByType[486]')