The PokéCommunity Forums

The PokéCommunity Forums (https://www.pokecommunity.com/index.php)
-   ROM Hacking Resources (https://www.pokecommunity.com/forumdisplay.php?f=502)
-   -   Patch Pokémon Emerald - ROM Base (Free to Use) (https://www.pokecommunity.com/showthread.php?t=451990)

JennyYromhacker June 4th, 2022 1:08 AM

Quote:

Originally Posted by Bp4221 (Post 10511645)
Hey dude I’m pretty new to rom hacking but I decided to use your base for my first big project and it’s been a huge help, I have a question though. Is there a way to insert different Pokémon after hoenn as starters? The base isn’t compatible with advance starters and I’m not very well versed in this kind of stuff.

The only way to change starters for this base is through PGE aka Pokémon game editor have a wonderful rom hack journey :)

Bp4221 June 4th, 2022 5:07 PM

Quote:

Originally Posted by JennyYromhacker (Post 10512057)
The only way to change starters for this base is through PGE aka Pokémon game editor have a wonderful rom hack journey :)

Oh my gosh I feel so dumb. I downloaded all the programs and must have just looked over that option in PGE. You’re the best!

JennyYromhacker June 5th, 2022 12:48 AM

Quote:

Originally Posted by Bp4221 (Post 10512355)
Oh my gosh I feel so dumb. I downloaded all the programs and must have just looked over that option in PGE. You’re the best!

Always glad to help :)

Super UwU Boy June 6th, 2022 2:16 PM

bro, tileset animator editor dont work

Li Yun June 8th, 2022 5:09 AM

Fix: For those who want to eliminate the error when trying to open the
base rom in the tile/port editor program, follow these steps:


Go to offset A0ABD, and paste that: 68 00 69 00 28 04 D0
Go to offset A0AF9, and paste that: 68 40 69 00 28 04 D0
This will fix the problem of the base rom not being opened correctly in the tiles/port editor.

This fix will be present in the next update, but i now make it available.

Vulpuz June 10th, 2022 8:36 AM

How do I add the new items into the poke marts?

Li Yun June 10th, 2022 9:21 AM

Quote:

Originally Posted by Vulpuz (Post 10514550)
How do I add the new items into the poke marts?

Code:

#freespace 0xFF
#dynamic 0xOFFSET

#org @start
lock
faceplayer
preparemsg @hi
waitmsg
pokemart @values
msgbox @come 0x6
release
end

#org @values
#raw word 0xITEM ID
#raw word 0x0

#org @hi
= [blue_em]Hello! Welcome.

#org @come
= {red_em}See ya!


Note: To add a new item, repeat the code and paste below the item code above.
Code:

#raw word 0xITEM ID


Example:
Code:

#raw word 0xITEM ID
#raw word 0xITEM ID
#raw word 0xITEM ID
#raw word 0xITEM ID
#raw word 0x0
etc.


At the end of the list of items you should always keep:
Code:

#raw word 0x0


If not your mart will not work properly.

Vulpuz June 11th, 2022 8:08 PM

where can I find all the itemIDs?

Vulpuz June 11th, 2022 8:10 PM

Also does the doors for petalburg gym not work for anyone else? I'm kinda stuck in the room with Norman when testing it.

Vulpuz June 11th, 2022 8:21 PM

Also instead of flash I got dive and strength is replaced with "New Item" which does nothing. Wally's dad does not show up when you beat Norman and Norman doesn't give you surf.

JennyYromhacker June 12th, 2022 12:26 AM

Creator I've have a question is there a faster way to import all the crys at once because it told me over a month to complete and what to know if that's even possible for when I start my next hack?

Li Yun June 12th, 2022 5:42 AM

Quote:

Originally Posted by Vulpuz (Post 10515197)
where can I find all the itemIDs?

On PGE/G3T. Just open the rom on PGE/G3T, go to the item editor and there you will find the ID of each item.
Quote:

Originally Posted by Vulpuz (Post 10515199)
Also does the doors for petalburg gym not work for anyone else? I'm kinda stuck in the room with Norman when testing it.

Which doors don't work exactly? Or are all the doors that are in trouble?
Quote:

Originally Posted by Vulpuz (Post 10515203)
Also instead of flash I got dive and strength is replaced with "New Item" which does nothing. Wally's dad does not show up when you beat Norman and Norman doesn't give you surf.

This is something that should be changed by the rom hack that is going to use this base rom to create your rom hack. It's not complicated to change, just open the NPC script and change the Item ID.
Quote:

Originally Posted by JennyYromhacker (Post 10515235)
Creator I've have a question is there a faster way to import all the crys at once because it told me over a month to complete and what to know if that's even possible for when I start my next hack?

PGE version 3.8.1 provides an option where it allows you to import multiple cries at once, without the need to import one by one.

Vulpuz June 12th, 2022 7:42 AM

https://cdn.discordapp.com/attachments/348564348874129410/985569338889236520/SPEmeraldv2_1655048420951.png
The doors that should be at the bottom are gone and I can't leave.

Vulpuz June 21st, 2022 2:39 PM

I also noticed something else, here is a normal vanilla rom
https://cdn.discordapp.com/attachments/348564348874129410/988935567729389678/PokemonEmerald_1655850996754.png

and here is one with the rom base
https://cdn.discordapp.com/attachments/348564348874129410/988935547340865546/unknown.png

it also doesn't do the open animation when I go through.

FurretmainSSF2 June 25th, 2022 9:48 PM

Hello i wanted to use this for my future rom hack so i downloaded it so i can patch it into my rom but i when i try to patch it gives me a checksum error im confused is it my rom if so what can i do make it compatible with the ups patch

JennyYromhacker June 26th, 2022 1:54 PM

Quote:

Originally Posted by FurretmainSSF2 (Post 10520597)
Hello i wanted to use this for my future rom hack so i downloaded it so i can patch it into my rom but i when i try to patch it gives me a checksum error im confused is it my rom if so what can i do make it compatible with the ups patch

Have you expanded the rom to 32mb?

alexcoss26 June 27th, 2022 12:34 PM

I have not been able to modify type effectiveness table, I cant find where it is located , could you explain me how to change that table on this base ?

JennyYromhacker June 28th, 2022 10:10 PM

Quote:

Originally Posted by alexcoss26 (Post 10521099)
I have not been able to modify type effectiveness table, I cant find where it is located , could you explain me how to change that table on this base ?

I believe you need hex manic or a simple hex editor will do

AlexanderM95 July 2nd, 2022 8:56 AM

hi NSE isn't working, how can I change backsprites of trainers and intro?

Li Yun July 3rd, 2022 3:30 PM

Well, recently my Hard Drive stopped working, and with it I lost all my files. My base rom, my rom I was creating, the rom hacking tools, sprites, icons, and various other personal search files I did, all were lost. To be honest, this has greatly demotivated me and I don't know if I will continue to update this post. I'm just warning you not to leave everyone expecting a new update of this post. I'll let everyone know anything new.

JennyYromhacker July 4th, 2022 9:14 PM

Quote:

Originally Posted by Li Yun (Post 10523311)
Well, recently my Hard Drive stopped working, and with it I lost all my files. My base rom, my rom I was creating, the rom hacking tools, sprites, icons, and various other personal search files I did, all were lost. To be honest, this has greatly demotivated me and I don't know if I will continue to update this post. I'm just warning you not to leave everyone expecting a new update of this post. I'll let everyone know anything new.

This is sad news to see sorry that you lost everything I hope one day you will return and finish this base and make it the ultimate binary emerald rom base

JennyYromhacker July 5th, 2022 11:50 AM

Quote:

Originally Posted by AlexanderM95 (Post 10522796)
hi NSE isn't working, how can I change backsprites of trainers and intro?

NSE only has fire red bookmarked sprites you have to figure out the ones for emerald.

mfrost96 July 6th, 2022 3:08 AM

Just curious our the new Pokemon and items already in the world or are do you have to place them using amap

JennyYromhacker July 6th, 2022 12:47 PM

Quote:

Originally Posted by mfrost96 (Post 10524205)
Just curious our the new Pokemon and items already in the world or are do you have to place them using amap

You do have to place them yourself as the patch just uses base emerald not a modified version

Axcellerator July 7th, 2022 8:31 AM

Would it be hard for me to remove the Gen 4+ pokemon from this? (I like it as a rombase but I wanna keep it 386)


All times are GMT -8. The time now is 8:12 PM.


Like our Facebook Page Follow us on Twitter © 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User generated content remains the property of its creator.

Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.