Graalians

Graalians (https://www.graalians.com/forums/index.php)
-   Video Games (https://www.graalians.com/forums/forumdisplay.php?f=16)
-   -   [PROJECT] Pokemon Hack ROM (https://www.graalians.com/forums/showthread.php?t=25631)

qW£rt 08-16-2014 10:43 AM

[PROJECT] Pokemon Hack ROM
 
Pokemon Titanium


I started this pokemon project idea a while ago, but nothing really concret. Now that I have all the idea and ambition, I'm presenting you it.

It would be a new pokemon hack game, based on a ROM, like Emerald, Fire Red.. called "Pokemon Titanium". It would be a totally new map, with new town, npcs, and Pokemon and story.

That's why I also posted my idea is that I need Pixel Artist, to make completely new pokemons sprites. They would create their own pokemons, as they would like it to appear in the game. I just want new pokemon, that never existed before. They would also create the NPC sprite.

I will be in charge of the whole map, I'll be remaking it totally.

I also need someone who would create a new story, with new characters, someone who has ideas.

If you are interested in making this project with me, just contact me by:
Forum PM
Email: [email protected]
Skype: qw3rt.graal

Kendama 08-16-2014 11:57 AM

More info

Vladamir Blackthorne 08-16-2014 06:53 PM

Why bother posting this here of all places? Is it graal-themed...?

Oh my god, if that's not the case then someone get on it asap! I can see it now... "Pokemon Gelat Version" <3u<3

qW£rt 08-16-2014 11:12 PM

Quote:

Posted by Lazerlatte (Post 498840)
Why bother posting this here of all places? Is it graal-themed...?

Oh my god, if that's not the case then someone get on it asap! I can see it now... "Pokemon Gelat Version" <3u<3

"Gaming
It's okay, we already know you play other games."

Isn't it the right topic?

Vladamir Blackthorne 08-17-2014 01:57 AM

Quote:

Posted by qW£rt (Post 498915)
"Gaming
It's okay, we already know you play other games."

Isn't it the right topic?

Yeah, but I'm just wondering why you didn't post this on, say, the pokecommunity forums. It seems odd to showcase it here on graalians. There's nothing wrong with it being here, but pokecommunity has an entire section for progressing rom hacks, and is usually the go-to place for this stuff.

HON3Y BADG3R 08-18-2014 02:36 AM

Quote:

Posted by Lazerlatte (Post 498942)
Yeah, but I'm just wondering why you didn't post this on, say, the pokecommunity forums. It seems odd to showcase it here on graalians. There's nothing wrong with it being here, but pokecommunity has an entire section for progressing rom hacks, and is usually the go-to place for this stuff.


Idk look at the subforum description...

Gaming
It's okay, we already know you play other games.

Dawn 08-18-2014 03:33 AM

just so you know,a rom hack cannot change any features, like when u can go,map,pokemon sprites in parties most of the time.u can chance the sprites of characters,pokemons,but if they give u something,like running shoes,they give u running shoes because it happend in the actual game.the map,can change the names,but the houses and stuff cannot.i learned it from playing roms.

Vladamir Blackthorne 08-18-2014 04:13 AM

Quote:

Posted by Dawn (Post 499298)
just so you know,a rom hack cannot change any features, like when u can go,map,pokemon sprites in parties most of the time.u can chance the sprites of characters,pokemons,but if they give u something,like running shoes,they give u running shoes because it happend in the actual game.the map,can change the names,but the houses and stuff cannot.i learned it from playing roms.

Incorrect. I've seen people do rom hacks with many of the things you say are impossible.

optimuswhat 08-19-2014 11:09 PM

Quote:

Posted by Dawn (Post 499298)
just so you know,a rom hack cannot change any features, like when u can go,map,pokemon sprites in parties most of the time.u can chance the sprites of characters,pokemons,but if they give u something,like running shoes,they give u running shoes because it happend in the actual game.the map,can change the names,but the houses and stuff cannot.i learned it from playing roms.

You can change all of that.
You can even make new areas. What are you talking about?
I know that you can change all of it because I actually attempted to make a ROMz Hack once.

Dawn 08-19-2014 11:25 PM

Quote:

Posted by optimuswhat (Post 499905)
You can change all of that.
You can even make new areas. What are you talking about?

can u show me?u can design areas that have already been there,but u can add a new area in a new place,depending on what game it is.

optimuswhat 08-19-2014 11:32 PM

Quote:

Posted by Dawn (Post 499909)
can u show me?u can design areas that have already been there,but u can add a new area in a new place,depending on what game it is.

On the GBA Games you can add new areas anywhere you want.
Take a look at the ROM Hack program. You can do lots of things. You need programming knowledge to do everything, though.

Downsider 08-19-2014 11:39 PM

The thing is, all of these ROMs have hardcoded offsets in the binary. You can change some things around in the assembly, but adding instructions without removing already existing instructions is next to impossible because it would require you to move offsets around. For example, let's look at this psuedocode with instructions at addresses A B C and D.

A: subroutine start label: draw everything
A: jump to subroutine: draw world
B: jump to subroutine: draw player
C: jump to subroutine: draw HUD
D: subroutine end
E: subroutine start label: move player
...
K: subroutine end

So let's say you want to add a subroutine to draw a cursor over the player or something, and you want to do it between drawing the HUD and drawing the player. You can't simply add an instruction there, because then everything that occurs after it will move down one address and all the offsets for subroutine starts will be wrong, and the game will no longer function.

There are ways around this, but they can get complicated fast and sometimes, it's impossible to achieve what you want without removing already existing code. Sometimes recalculating offsets is possible, but difficult unless a tool was created for it.

Dawn 08-19-2014 11:54 PM

Quote:

Posted by optimuswhat (Post 499914)
On the GBA Games you can add new areas anywhere you want.
Take a look at the ROM Hack program. You can do lots of things. You need programming knowledge to do everything, though.

its game boy advance only?

5hift 08-20-2014 12:09 AM

Quote:

Posted by Dawn (Post 499923)
its game boy advance only?

I think GBA is the easiest and most popular to hack.

Never really seen many NDS hacks...


All times are GMT. The time now is 12:31 AM.

Powered by vBulletin/Copyright ©2000 - 2025, vBulletin Solutions Inc.