The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Creative Discussions > Emulation & ROM Hacking
Register New Account FAQ/Rules Chat Blogs Mark Forums Read

Notices

Emulation & ROM Hacking The center for the community emulation scene. Come and discuss all things emulation and develop your own hacks!



Reply
Thread Tools
  #24001  
Unread February 24th, 2013, 09:27 PM
iDowngrade
Unhatched Egg
 
Join Date: Jan 2013
Gender: Male
Quote:
Originally Posted by karatekid552 View Post
Search "creating new battle animations" and look for a thread by Chaos Rush.
Oh i see, using the old images for a new attack, ok.

2 more simple questions

1rst)How do i CREATE (not remake) a new type? like space-type pokemons with its weaknesses and its superiorness(if that word exists)
2nd) How do i ADD a new attack data? this time im talking about images, but data...

Note: Sorry if im asking too much, or asking complicated questions, you guys dont have answer any of 'em, but if you feel like, yay!

and by the way karatekid, i see you've been REALLY helpful in this thread, and i really want to thank you for all your help

Last edited by iDowngrade; February 24th, 2013 at 09:36 PM.
Reply With Quote
  #24002  
Unread February 24th, 2013, 09:54 PM
karatekid552's Avatar
karatekid552
Scyther
 
Join Date: Nov 2012
Location: Do you really want to know? Really?
Gender: Male
Nature: Bold
Send a message via AIM to karatekid552 Send a message via Windows Live Messenger to karatekid552
Quote:
Originally Posted by iDowngrade View Post
Oh i see, using the old images for a new attack, ok.

2 more simple questions

1rst)How do i CREATE (not remake) a new type? like space-type pokemons with its weaknesses and its superiorness(if that word exists)
2nd) How do i ADD a new attack data? this time im talking about images, but data...

Note: Sorry if im asking too much, or asking complicated questions, you guys dont have answer any of 'em, but if you feel like, yay!

and by the way karatekid, i see you've been REALLY helpful in this thread, and i really want to thank you for all your help
1) I have no clue how you would create one, my best guess is there is a table somewhere that would need expanding. For type matchups I found a program by FinalZero called Type Resistance Editor that can alter the effectiveness of one type over another. This might help you.

2)This is fun and requires a lot of hex editing. You will need to repoint both the table that contains the attack animations as well as their data and expand it to add in your new attacks.

These tutorials and research threads should help:
http://www.pokecommunity.com/showthread.php?t=281520
http://www.pokecommunity.com/showthread.php?t=263479
http://www.pokecommunity.com/showthread.php?t=290135

And thank you for your compliment
__________________
If you didn't do it like a BOSS, you didn't do it RIGHT!
Just some of the more BOSS Pokemon....
People and Hacks I support:

Hacks I own:
Reply With Quote
  #24003  
Unread February 25th, 2013, 01:10 AM
iDowngrade
Unhatched Egg
 
Join Date: Jan 2013
Gender: Male
Thanks once again!, i beleive there's no more questions, thaaaanks!

Oh wait, heeere goes the questioning again D:

Is there any program where i can change the pokemon icon? the one you see when you go to: Start>POKéMON, the icon you see in the pokemon inventory?

I have Wichu's icon editor but i dont see where i can import the image

Last edited by iDowngrade; February 25th, 2013 at 01:50 AM. Reason: Your double post has been automatically merged.
Reply With Quote
  #24004  
Unread February 25th, 2013, 09:28 AM
Dragoon's Avatar
Dragoon
Unprofessional Unprofessional
 
Join Date: Aug 2007
Gender: Male
Nature: Adamant
Okay people, so I have tried to expand the Pokedex.
So I changed the bytes at 0x88EA4, 0x103920 and 0x104C28 to 0x182 (386) which expands the dex by 1 to test.
I also compiled the ASM routines that Jambo posted in his Pokedex Expanding thread: the Malloc routine and the Seen/Caught Flag repoint routine.
However, my starter does not register as 'caught', instead becoming a Treecko.
I'm not sure if this goes here, but if you can help, that'd be great.

Edit: Other problems I have seen are that:
My 'new pokemon' is counted as an Illumise.
The Type/Smallest/Lightest/A-Z modes do not work, but I'm not concerned about those right now.
__________________
This signature shows that not all blank spaces are boring.
Kinda...

Last edited by Dragoon; February 25th, 2013 at 09:32 AM. Reason: stuff
Reply With Quote
  #24005  
Unread February 25th, 2013, 10:59 AM
QuartierGenerale
Unhatched Egg
 
Join Date: Oct 2012
Is there any way to delete the animation from a block?

I've modified the Mauville City tiles, but a large part of the block i've used have an animation associated (flower or water tipically)...how can i remove it for show only my image?

Thanks
Reply With Quote
  #24006  
Unread February 25th, 2013, 08:03 PM
karatekid552's Avatar
karatekid552
Scyther
 
Join Date: Nov 2012
Location: Do you really want to know? Really?
Gender: Male
Nature: Bold
Send a message via AIM to karatekid552 Send a message via Windows Live Messenger to karatekid552
Quote:
Originally Posted by QuartierGenerale View Post
Is there any way to delete the animation from a block?

I've modified the Mauville City tiles, but a large part of the block i've used have an animation associated (flower or water tipically)...how can i remove it for show only my image?

Thanks
I lied in my comment. This post should be useful: http://www.pokecommunity.com/showthread.php?t=260619
__________________
If you didn't do it like a BOSS, you didn't do it RIGHT!
Just some of the more BOSS Pokemon....
People and Hacks I support:

Hacks I own:
Reply With Quote
  #24007  
Unread February 26th, 2013, 01:17 AM
The Legacy of The Legends Creator :D's Avatar
The Legacy of The Legends Creator :D
Unhatched Egg
 
Join Date: May 2010
Gender: Male
ok so i have been watching a video for scripting, and apparently this test ode worked for the dude but i get to the point where i talk to the guy and the text will NOT show up.

#dynamic 0x800190

#org @start
lock
faceplayer
msgbox @talk1 '"Hey there!\nHow are you?\pWhat's yo..."
release
end

#org @talk1
= Hey there!\nHow are you?\pWhat's you name?\p[player]?\nThats a cool name!


lol nevermind i forgot about the "callstd 0x6" its working now
__________________
C: creating a Hack "Pokemon Nightmare Version" There will be a Pokemon Dream as a sequel! A thread will be put up :D


Pokemon Nightmare Coming Soon!
Pokemon Dream will be the sequel and made Somewhat after.

Last edited by The Legacy of The Legends Creator :D; February 26th, 2013 at 01:22 AM. Reason: found my problem
Reply With Quote
  #24008  
Unread February 26th, 2013, 02:00 AM
FBI agent
Imagine something beautiful
 
Join Date: Jan 2013
Location: Isle 4 - Dairy Products
Gender: Male
Quote:
Originally Posted by The Legacy of The Legends Creator :D View Post
ok so i have been watching a video for scripting, and apparently this test ode worked for the dude but i get to the point where i talk to the guy and the text will NOT show up.

#dynamic 0x800190

#org @start
lock
faceplayer
msgbox @talk1 '"Hey there!\nHow are you?\pWhat's yo..."
release
end

#org @talk1
= Hey there!\nHow are you?\pWhat's you name?\p[player]?\nThats a cool name!


lol nevermind i forgot about the "callstd 0x6" its working now
You should just delete your post if you fixed it by yourself :)
In future, if you can tell us what scripting language you're using and what version you're hacking, it'll help your helpers a great deal. Also, you can just use #dynamic 0x800000 rather than 0x800190 (the same effect would occur).
__________________
...

Hacks I support:
http://www.pokecommunity.com/showthread.php?t=297199 --Legend of Anbuja
http://www.pokecommunity.com/showthread.php?t=200227 -- Pokemon Rose version

People I work for:
Scripter
Anbuja's_BlooDY -- Legend of Anbuja

FYI:
- You can ask me for scripting help
- I take simple ASM requests

People whom I thank:
Comrade -- For helping me with my bad hack, and for being a good friend
Darthatron -- Helping me get into basic ASM, even though I'm hopeless. (He is heartless stay away).
Anbuja's_BlooDY -- Graphics help, and being a good friend
FBI -- For having the username I wanted
Reply With Quote
  #24009  
Unread February 26th, 2013, 03:27 AM
The Legacy of The Legends Creator :D's Avatar
The Legacy of The Legends Creator :D
Unhatched Egg
 
Join Date: May 2010
Gender: Male
What are the hex codes for items and such?
__________________
C: creating a Hack "Pokemon Nightmare Version" There will be a Pokemon Dream as a sequel! A thread will be put up :D


Pokemon Nightmare Coming Soon!
Pokemon Dream will be the sequel and made Somewhat after.

Last edited by The Legacy of The Legends Creator :D; February 26th, 2013 at 03:39 AM.
Reply With Quote
  #24010  
Unread February 26th, 2013, 06:14 AM
miksy91's Avatar
miksy91
A GB/C Rom Hacker since 2010
 
Join Date: Oct 2008
Location: A small country in the North
Gender: Male
Nature: Relaxed
Quote:
Originally Posted by The Legacy of The Legends Creator :D View Post
What are the hex codes for items and such?
http://www.ign.com/faqs/2005/pokemon...p-codes-568292

(Everything between IV and X)
__________________
My Rom Hack



Hacks I support





Learn how to hack GB/C games:

Check my GameBoy/Color hacking videos in Youtube
-The video set uses Pokemon Silver (U) rom for demonstrations
Reply With Quote
  #24011  
Unread February 26th, 2013, 04:49 PM
QuartierGenerale
Unhatched Egg
 
Join Date: Oct 2012
Thanks another time to karatekid, but i've another problem.

1. I wanted to change the script entering the safari, but does not compile. So i've re-pasted the original code...and don't compile too! The problem is now the code is not working, how can i restore the default one? Also in other offset, no problem. I'm using PKSV, maybe with XSE will work?

2. Is there a way to add a PokeBlock (not the case, just the pokeblock) by script, without using berries?

Thanks a lot
Reply With Quote
  #24012  
Unread February 26th, 2013, 08:48 PM
karatekid552's Avatar
karatekid552
Scyther
 
Join Date: Nov 2012
Location: Do you really want to know? Really?
Gender: Male
Nature: Bold
Send a message via AIM to karatekid552 Send a message via Windows Live Messenger to karatekid552
Quote:
Originally Posted by QuartierGenerale View Post
Thanks another time to karatekid, but i've another problem.

1. I wanted to change the script entering the safari, but does not compile. So i've re-pasted the original code...and don't compile too! The problem is now the code is not working, how can i restore the default one? Also in other offset, no problem. I'm using PKSV, maybe with XSE will work?

2. Is there a way to add a PokeBlock (not the case, just the pokeblock) by script, without using berries?

Thanks a lot
1. Find the script in a clean rom and replace it. I personally use XSE, but I know FBI agent uses PKSV so it is your own personal prefrerence. Give both a try and pick which one you like best.

2. Most likely it is created by a special. Look at JPAN's Study on the Special and Special2 Commands and see if it is in there.
__________________
If you didn't do it like a BOSS, you didn't do it RIGHT!
Just some of the more BOSS Pokemon....
People and Hacks I support:

Hacks I own:
Reply With Quote
  #24013  
Unread February 26th, 2013, 09:17 PM
QuartierGenerale
Unhatched Egg
 
Join Date: Oct 2012
In a clean rom the safari script does not compile
Reply With Quote
  #24014  
Unread February 26th, 2013, 09:30 PM
karatekid552's Avatar
karatekid552
Scyther
 
Join Date: Nov 2012
Location: Do you really want to know? Really?
Gender: Male
Nature: Bold
Send a message via AIM to karatekid552 Send a message via Windows Live Messenger to karatekid552
Quote:
Originally Posted by QuartierGenerale View Post
In a clean rom the safari script does not compile
What are the errors you are receiving?
__________________
If you didn't do it like a BOSS, you didn't do it RIGHT!
Just some of the more BOSS Pokemon....
People and Hacks I support:

Hacks I own:
Reply With Quote
  #24015  
Unread February 26th, 2013, 09:33 PM
FBI agent
Imagine something beautiful
 
Join Date: Jan 2013
Location: Isle 4 - Dairy Products
Gender: Male
Quote:
Originally Posted by QuartierGenerale View Post
In a clean rom the safari script does not compile :shocked:
Why not just use the Safari script rather than recompile it? Also, if you want to recompile an existing script (for whatever reason) you should define a dyn offset. I.e:

#dyn 0x740000
#org @start
--rest--

Remember if you modified the script you need to repoint the body of the section you modified. I.E:

#dyn 0x740000
#org @start
jump 0x816D36D

#org 0x816D36D
msgbox @text
callstd MSG_NORMAL
'Say I were to add another movement here like this:
'applymovement PLAYER @surprised
'pauseevent 0x0
'I would need to change 0x816D36D to an offset with free space, or to something like @new
release
end


#org @surprised
m say_!! end

#org @text
= Heyo!
__________________
...

Hacks I support:
http://www.pokecommunity.com/showthread.php?t=297199 --Legend of Anbuja
http://www.pokecommunity.com/showthread.php?t=200227 -- Pokemon Rose version

People I work for:
Scripter
Anbuja's_BlooDY -- Legend of Anbuja

FYI:
- You can ask me for scripting help
- I take simple ASM requests

People whom I thank:
Comrade -- For helping me with my bad hack, and for being a good friend
Darthatron -- Helping me get into basic ASM, even though I'm hopeless. (He is heartless stay away).
Anbuja's_BlooDY -- Graphics help, and being a good friend
FBI -- For having the username I wanted
Reply With Quote
  #24016  
Unread February 26th, 2013, 10:17 PM
iDowngrade
Unhatched Egg
 
Join Date: Jan 2013
Gender: Male
Is there any program where i can change the pokemon icon? the one you see when you go to: Start>POKéMON, the icon you see in the pokemon inventory?

I have Wichu's icon editor but i dont see where i can import the image
Reply With Quote
  #24017  
Unread February 27th, 2013, 01:14 AM
jbrown12333
Unhatched Egg
 
Join Date: Feb 2010
Gender: Male
I don't think I asked my question right last time, so here goes trying to rephrase it.

In YAPE, where there is a limitation on how many total moves all Pokemon can learn (which is 3972), how can I increase that limit? Is it very complicated to do (involving a lot of hex editing)?

Thanks
Reply With Quote
  #24018  
Unread February 27th, 2013, 01:57 AM
MrElephant's Avatar
MrElephant
Pokemon Researcher
 
Join Date: Oct 2011
Location: United States
Gender: Male
Nature: Serious
I asked this question while ago but nobody answered. What setflags are available in emerald? That is all I am wondering.
__________________
Hacks that I support:
Pokemon Operation Digipedia by Epitaph93
Pokemon Green Diamond by Chimchar9
Pokemon Grand Oak (Made when I was still a new programmer)
Reply With Quote
  #24019  
Unread February 27th, 2013, 03:14 AM
karatekid552's Avatar
karatekid552
Scyther
 
Join Date: Nov 2012
Location: Do you really want to know? Really?
Gender: Male
Nature: Bold
Send a message via AIM to karatekid552 Send a message via Windows Live Messenger to karatekid552
Quote:
Originally Posted by MrElephant View Post
I asked this question while ago but nobody answered. What setflags are available in emerald? That is all I am wondering.
This is all we know for now. http://www.pokecommunity.com/showthread.php?t=291605 Try finding some on your own by taking a completed save file and checking flags.

Quote:
Originally Posted by iDowngrade View Post
Is there any program where i can change the pokemon icon? the one you see when you go to: Start>POKéMON, the icon you see in the pokemon inventory?

I have Wichu's icon editor but i dont see where i can import the image
It is in one of the top menus.

Quote:
Originally Posted by jbrown12333 View Post
I don't think I asked my question right last time, so here goes trying to rephrase it.

In YAPE, where there is a limitation on how many total moves all Pokemon can learn (which is 3972), how can I increase that limit? Is it very complicated to do (involving a lot of hex editing)?

Thanks
No way in YAPE, but it can be done in PGE. I answered this question in far more detail just a week or two ago, most likely for someone else. Look back through the last ten or so pages or use the handy-dandy search bar.:D
__________________
If you didn't do it like a BOSS, you didn't do it RIGHT!
Just some of the more BOSS Pokemon....
People and Hacks I support:

Hacks I own:

Last edited by karatekid552; February 27th, 2013 at 03:18 AM. Reason: I forgot to post the link for MrElephant, who by the way has an awesome name!:)
Reply With Quote
  #24020  
Unread February 27th, 2013, 04:20 AM
jbrown12333
Unhatched Egg
 
Join Date: Feb 2010
Gender: Male
Quote:
Originally Posted by karatekid552 View Post
No way in YAPE, but it can be done in PGE. I answered this question in far more detail just a week or two ago, most likely for someone else. Look back through the last ten or so pages or use the handy-dandy search bar.:D
What part of PGE do you use to do that? Is it the attack editor or something else? I'm having trouble finding your other answer to the question (this thread is really dense).
Reply With Quote
  #24021  
Unread February 27th, 2013, 08:01 AM
Kurapika's Avatar
Kurapika
Grudgebearer
 
Join Date: Feb 2013
Location: Lavendar Town - Morocco
Age: 22
Gender: Male
Nature: Naughty
Yo!
I started making some tiles lately and just had this problem when I enter a door or get out from a door the bottom of the houses I made myself become messy, screenshots in spoiler:
Spoiler:





Thanks in advance.

EDIT: Solved but weird... (I noticed that those tiles that get messed up shared same thing which is that they were in the end of the tileset, so I moved them and now everything works just fine. Sorry if I made you read for nothing...)

EDIT #2: Well... Since I came here might as well ask if anyone knows how do the door animations, grass animation and such work exactly? f.e. if I want to modify the grass animation, where should I go? Thanks again. :] (inb4 EDIT #3..... >.>)
__________________


Last edited by Kurapika; February 27th, 2013 at 08:16 AM.
Reply With Quote
  #24022  
Unread February 27th, 2013, 10:59 AM
FBI agent
Imagine something beautiful
 
Join Date: Jan 2013
Location: Isle 4 - Dairy Products
Gender: Male
Quote:
Originally Posted by Kurapika View Post
Yo!
I started making some tiles lately and just had this problem when I enter a door or get out from a door the bottom of the houses I made myself become messy, screenshots in spoiler:
Spoiler:





Thanks in advance.

EDIT: Solved but weird... (I noticed that those tiles that get messed up shared same thing which is that they were in the end of the tileset, so I moved them and now everything works just fine. Sorry if I made you read for nothing...)

EDIT #2: Well... Since I came here might as well ask if anyone knows how do the door animations, grass animation and such work exactly? f.e. if I want to modify the grass animation, where should I go? Thanks again. :] (inb4 EDIT #3..... >.>)
ZodiacDaGreat has a tool for door animations called door manager, http://www.pokecommunity.com/showthread.php?t=198705

Grass animation editing is done by a tutorial by thethethethe, I don't have a link (rather, I'm too lazy to find one :P) so you will have to search the tutorial section. Note that in your forum settings you have to set the option to see old threads (otherwise it's limited to within 5 pages or something like that). Just use search feature in the tutorial section.
__________________
...

Hacks I support:
http://www.pokecommunity.com/showthread.php?t=297199 --Legend of Anbuja
http://www.pokecommunity.com/showthread.php?t=200227 -- Pokemon Rose version

People I work for:
Scripter
Anbuja's_BlooDY -- Legend of Anbuja

FYI:
- You can ask me for scripting help
- I take simple ASM requests

People whom I thank:
Comrade -- For helping me with my bad hack, and for being a good friend
Darthatron -- Helping me get into basic ASM, even though I'm hopeless. (He is heartless stay away).
Anbuja's_BlooDY -- Graphics help, and being a good friend
FBI -- For having the username I wanted
Reply With Quote
  #24023  
Unread February 27th, 2013, 01:41 PM
karatekid552's Avatar
karatekid552
Scyther
 
Join Date: Nov 2012
Location: Do you really want to know? Really?
Gender: Male
Nature: Bold
Send a message via AIM to karatekid552 Send a message via Windows Live Messenger to karatekid552
Quote:
Originally Posted by jbrown12333 View Post
What part of PGE do you use to do that? Is it the attack editor or something else? I'm having trouble finding your other answer to the question (this thread is really dense).
PGE is Pokemon Game Editor by Gamer2020 and 0xRH. It contains many programs and one of them is a Pokemon Editor (it is shortened to P.E.). Check it out and I will try and find my post.
__________________
If you didn't do it like a BOSS, you didn't do it RIGHT!
Just some of the more BOSS Pokemon....
People and Hacks I support:

Hacks I own:
Reply With Quote
  #24024  
Unread February 27th, 2013, 02:24 PM
QuartierGenerale
Unhatched Egg
 
Join Date: Oct 2012
First time i've recompiled because i've translate the text. After this, a part of the script was crashed (appear a pointer to a non-rom area). Next, re-using the original code that problem was not solved. Anyhow i'm thinking about a particoular type of safari, so i think i'll use a new custom script. A question about this: if i use removeitems indicating a number > of the owned, what happen? If is a problem, is there a way to store in a variable the excact number of a kind of item ?

Thanks
Reply With Quote
  #24025  
Unread February 27th, 2013, 02:51 PM
FBI agent
Imagine something beautiful
 
Join Date: Jan 2013
Location: Isle 4 - Dairy Products
Gender: Male
Quote:
Originally Posted by QuartierGenerale View Post
First time i've recompiled because i've translate the text. After this, a part of the script was crashed (appear a pointer to a non-rom area). Next, re-using the original code that problem was not solved. Anyhow i'm thinking about a particoular type of safari, so i think i'll use a new custom script. A question about this: if i use removeitems indicating a number > of the owned, what happen? If is a problem, is there a way to store in a variable the excact number of a kind of item ?

Thanks :)
It would be best if you could describe exactly what you're trying to do as well (in order).
For example:

1) Player enters house
2) Mom goes to from her chair player
3) Mom says hi
4) Mom sits back down to her chair

Sometime it helps, especially in this case where you're giving us errors which can't easily be related back to your original problem.

From what I can tell you're trying to get the safari zone to work, with added text? In this case, you need to change the message's pointer to some free space with your message. This is as easy as:

#org 0x8[something]
---
---
msgbox 0x8[Free space]
callstd MSG_NORMAL
---
---
end

#org 0x[Free space]
= Your edited message.
__________________
...

Hacks I support:
http://www.pokecommunity.com/showthread.php?t=297199 --Legend of Anbuja
http://www.pokecommunity.com/showthread.php?t=200227 -- Pokemon Rose version

People I work for:
Scripter
Anbuja's_BlooDY -- Legend of Anbuja

FYI:
- You can ask me for scripting help
- I take simple ASM requests

People whom I thank:
Comrade -- For helping me with my bad hack, and for being a good friend
Darthatron -- Helping me get into basic ASM, even though I'm hopeless. (He is heartless stay away).
Anbuja's_BlooDY -- Graphics help, and being a good friend
FBI -- For having the username I wanted
Reply With Quote
Reply
Quick Reply

Sponsored Links


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 UTC. The time now is 10:48 PM.


Style by Perdition Haze, artwork by Sa-Dui.
Like our Facebook Page Follow us on TwitterMessage Board Statistics | © 2002 - 2013 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to Pokémon USA, Inc. and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company, Pokémon USA, Inc., The Pokémon Company International, or Wizards of the Coast. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2013 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 posts belong to the user.