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
  #176  
Unread February 16th, 2007, 02:42 AM
Glitchfinder's Avatar
Glitchfinder
Let's all get along, please?
 
Join Date: Sep 2006
Location: The Twilight Zone
Age: 23
Gender: Male
Nature: Careful
Quote:
Originally Posted by foofatron View Post
How come when I put sprites in pokepic they look fine but then in the game tey are messed up?How come when you move on to a new pokpic then you go backto the one you edited its all messed up?
Here are possible problems:

1. Your sprite has too many colors.
2. Your sprite doesn't have enough colors. (I believe the count is either 16 or 15)
3. Your sprite has non GBA-compatable colors. (Download GBA Color Picker to find GBA-compatable colors)
4. The problem may be that you aren't using colors from an in-game palette. (If it's just the colors that are messed up)
Reply With Quote
  #177  
Unread February 16th, 2007, 02:50 AM
foofatron
Booted out - don't be like me!
 
Join Date: Jan 2007
Age: 11
Gender:
Nature: Adamant
Send a message via Windows Live Messenger to foofatron
look here are the pictures.They are 64x64.
Attached Images
File Type: png EHikozaru.png‎ (1.5 KB, 258 views)
File Type: png Hikozaru.png‎ (1.4 KB, 262 views)
__________________
[SIGPIC][/SIGPIC]

Pokemon Iolite forms:Pokemon Iolite forms

Link to Aluimuim


Pokemon Iolite!A great hack!

Lost be there join the fun.www.lost.eu/1dc33

PHO the best pokemon hacking site around join now have fun.PHO

Pokemon Aluminium Version Rules comming to PC!YAY!Avatar
is a screen from Aluminum!

Silver Wind a fun site come join! http://donpatch.quotaless.com/forums/
Reply With Quote
  #178  
Unread February 16th, 2007, 04:04 AM
ash2000's Avatar
ash2000
Beginning Trainner/Hacker
 
Join Date: May 2006
Location: South Pacific
Gender:
Nature: Calm
Quote:
Originally Posted by hanosed View Post
Why doesn't EliteMap work with Pokemon Emerald and how do you fix it?
Elitemap is not competive with pokemon emerald.
__________________
Reply With Quote
  #179  
Unread February 16th, 2007, 04:38 AM
hanosed's Avatar
hanosed
Beginning Trainer
 
Join Date: Feb 2007
Gender:
Nature: Adamant
Quote:
Originally Posted by ash2000 View Post
Elitemap is not competive with pokemon emerald.
aww, then how do i change my starting point when i get out of the truck?

and Christos, can to tell me how you get to pick your pokemon in the beginning and get the running shoes and then make the guy who gives it to me go away like you did in pokemon liquid?

btw, there are some glitches on it

Last edited by hanosed; February 16th, 2007 at 05:22 AM.
Reply With Quote
  #180  
Unread February 16th, 2007, 09:03 AM
*Shinigami*'s Avatar
*Shinigami*
死神
 
Join Date: Nov 2006
Gender:
Nature: Adamant
Quote:
That has to to with no$GBA not being able to fully emulate the 3D graphics of the games yet.
Just press the Start/A buttons to get to the title screen.
Thank you for the help Scizz
I really just need it for reference

Quote:
If you leave it black for a while you'll get to the titlescreen. It's really annoying, everything goes slow.
Yeah but it is so worth the wait O.O
Reply With Quote
  #181  
Unread February 16th, 2007, 10:07 AM
Swimmer♂'s Avatar
Swimmer♂
Glub! Glub! Glub!
 
Join Date: Aug 2006
Location: Northampton, England
Gender:
Nature: Relaxed
Can sum 1 plz tell me how to add more map headers in advancemap
plz help i have been searching for 3 days!
Thankyou!

Last edited by Swimmer♂; February 16th, 2007 at 10:44 AM.
Reply With Quote
  #182  
Unread February 16th, 2007, 12:06 PM
Christos's Avatar
Christos
Pokémon Aurora
 
Join Date: Feb 2006
Location: Spain, Went's room
Gender: Male
Nature: Lonely
Send a message via Windows Live Messenger to Christos
Quote:
Originally Posted by foofatron View Post
look here are the pictures.They are 64x64.
Are the sprites indexed?

Quote:
Originally Posted by speedonh View Post
Can sum 1 plz tell me how to add more map headers in advancemap
plz help i have been searching for 3 days!
Thankyou!
When you insert a map, put it in a new map header and a new header will be created.
__________________
I DON'T HAVE THE POKECOMMUNITY VIRUS(ALSO KNOW AS PC VIRUSE)
What I mean by this is, I'm not strict like MOST people *cough* Admins/Mods *cough* on this site. And no not all Admins/Mods are like that, but MOST are,
Post this in your sign. if you are PC Viruse free!
Reply With Quote
  #183  
Unread February 16th, 2007, 12:29 PM
Prof. 9's Avatar
Prof. 9
Lurker
 
Join Date: Jun 2006
Location: The Netherlands
Gender: Male
Send a message via Windows Live Messenger to Prof. 9
I've encountered a problem with scripting. Again.

This is my script:
#org 0x6C46D0
checkflag 0x80C
compare LASTRESULT 0x1
if 0x1 call 0x6C4702
movesprite 0x11 0x11 0x22
applymovement 0x12 0x6C4734
pause 0x20
message 0x6C44C9
boxset 0x6
applymovement 0xFF 0x6C4766
pause 0x10
release
end

#org 0x6C4734
#raw 0x01
#raw 0x02
#raw 0xFE

#org 0x6C4702
message 0x6B45EA
boxset 0x6
release
end

#org 0x6C4766
#raw 0x09
#raw 0xFE

I want it to check if the player has the sixth Badge, if yes, say a message, if no, make a sprite move to x=11, y=22, make the sprite look up, then look to the left, then make a message appear, then make the player walk one block to the north.

So, I inserted it into my ROM, and activated it. Here comes the first problem - the movesprite command doesn't work (btw, the Rubikon log said that there was an unknown character or something like that). Anyway, then the message appears, and I walk one block to the north. However, then the other message appeared (the one that's suppossed to appear if the player has the sixth Badge). I have no idea why.

Can anyone help me with this script? I'm hacking Pokémon Ruby, and i'm trying to make this script activate in the Littleroot Town map.
Reply With Quote
  #184  
Unread February 16th, 2007, 01:46 PM
Swimmer♂'s Avatar
Swimmer♂
Glub! Glub! Glub!
 
Join Date: Aug 2006
Location: Northampton, England
Gender:
Nature: Relaxed
Ok thanks for the help Christos! BUT: i went into map header and i created a new bank, i saved my map in the new bank, but it still went into the littleroot folder. is there anyway i could make a new folder where i can store my new maps and give them different "names" e.g vinetree city? Thankyou!

Last edited by Swimmer♂; February 16th, 2007 at 05:18 PM. Reason: Wrong question :S
Reply With Quote
  #185  
Unread February 16th, 2007, 08:40 PM
_-Davie-_'s Avatar
_-Davie-_
Hacker Elite
 
Join Date: May 2006
Location: Chester-le-street, Country Durham, United Kingdom
Age: 21
Gender:
Nature: Bold
Send a message via Windows Live Messenger to _-Davie-_
Hey,

For some puzzling reason when I [Ctrl] and Click on a sprite(script to be accurate) It wont allow me to view that specific script. Unfortunately I've tried lots and lots of different scripts in this process but still to no avail. So I was wondering if there was any effective way to view scripts in the game.

Thanks In Advance,
~Davie~
__________________
Reply With Quote
  #186  
Unread February 16th, 2007, 09:25 PM
foofatron
Booted out - don't be like me!
 
Join Date: Jan 2007
Age: 11
Gender:
Nature: Adamant
Send a message via Windows Live Messenger to foofatron
[QUOTE=Christos;2385343]Are the sprites indexed?



Whats indxed?
__________________
[SIGPIC][/SIGPIC]

Pokemon Iolite forms:Pokemon Iolite forms

Link to Aluimuim


Pokemon Iolite!A great hack!

Lost be there join the fun.www.lost.eu/1dc33

PHO the best pokemon hacking site around join now have fun.PHO

Pokemon Aluminium Version Rules comming to PC!YAY!Avatar
is a screen from Aluminum!

Silver Wind a fun site come join! http://donpatch.quotaless.com/forums/
Reply With Quote
  #187  
Unread February 16th, 2007, 11:27 PM
Glitchfinder's Avatar
Glitchfinder
Let's all get along, please?
 
Join Date: Sep 2006
Location: The Twilight Zone
Age: 23
Gender: Male
Nature: Careful
[QUOTE=foofatron;2385657]
Quote:
Originally Posted by Christos View Post
Are the sprites indexed?



Whats indxed?
Indexed is the type of color on the picture. (RGB, CMYK, etc. are other types) Most advanced art programs have it as an option. Try downloading GIMP, which is pretty much the same as Photoshop.
Reply With Quote
  #188  
Unread February 16th, 2007, 11:38 PM
Blaziken626's Avatar
Blaziken626
Pokemon Black Shadow
 
Join Date: Dec 2006
Age: 19
Gender:
Nature: Mild
I have, yet again, a scripting question. If I wanted to make a message script with a flag so that it doesn't have that message again, in what order would I put everything in? I have a script here:

Code:
#org 0xB00000
lock
checkflag 0x364
compare LASTRESULT 0x1
if 0x1 goto 0xB00200
setflag 0x364
faceplayer
message 0xB00100
boxset 0x6
release
end

#org 0xB00100
= Hello.

#org 0xB00200
end
If anything is wrong with it, could someone tell me please?
Reply With Quote
  #189  
Unread February 17th, 2007, 12:43 AM
foofatron
Booted out - don't be like me!
 
Join Date: Jan 2007
Age: 11
Gender:
Nature: Adamant
Send a message via Windows Live Messenger to foofatron
[QUOTE=Glitchfinder;2385778]
Quote:
Originally Posted by foofatron View Post

Indexed is the type of color on the picture. (RGB, CMYK, etc. are other types) Most advanced art programs have it as an option. Try downloading GIMP, which is pretty much the same as Photoshop.
ok but how come when I put the backsprite in it messes up the front sprite.I load the stuff in PNG.
__________________
[SIGPIC][/SIGPIC]

Pokemon Iolite forms:Pokemon Iolite forms

Link to Aluimuim


Pokemon Iolite!A great hack!

Lost be there join the fun.www.lost.eu/1dc33

PHO the best pokemon hacking site around join now have fun.PHO

Pokemon Aluminium Version Rules comming to PC!YAY!Avatar
is a screen from Aluminum!

Silver Wind a fun site come join! http://donpatch.quotaless.com/forums/
Reply With Quote
  #190  
Unread February 17th, 2007, 09:16 AM
frank$or
Beginning Trainer
 
Join Date: Nov 2006
Gender:
Nature: Adamant
Hi, i've got a problem.

I want to change the attacks of pokemon in PET, that works fine.
But when i battle INGAME, the attacks are ****ed up.

: i gave a elec. pokemon thundershock, tackle, slam and spark.
INGAME: vine whip, hyper beam, leer, shadow ball

can i solve this?
if not, any other way to change pkmns attacks?
Reply With Quote
  #191  
Unread February 17th, 2007, 09:42 AM
Swimmer♂'s Avatar
Swimmer♂
Glub! Glub! Glub!
 
Join Date: Aug 2006
Location: Northampton, England
Gender:
Nature: Relaxed
I got another question: what are the numbers for the offsets of the badges in pokemon ruby? i searched the archives all morning but still couldn't find what i needed to know.

Also does anyone know had to add new map folders on advance map so i can give my new maps new names?

Thanks
Reply With Quote
  #192  
Unread February 17th, 2007, 09:46 AM
Christos's Avatar
Christos
Pokémon Aurora
 
Join Date: Feb 2006
Location: Spain, Went's room
Gender: Male
Nature: Lonely
Send a message via Windows Live Messenger to Christos
Quote:
Originally Posted by Blaziken626 View Post
I have, yet again, a scripting question. If I wanted to make a message script with a flag so that it doesn't have that message again, in what order would I put everything in? I have a script here:

Code:
#org 0xB00000
lock
checkflag 0x364
compare LASTRESULT 0x1
if 0x1 goto 0xB00200
setflag 0x364
faceplayer
message 0xB00100
boxset 0x6
release
end

#org 0xB00100
= Hello.

#org 0xB00200
end
If anything is wrong with it, could someone tell me please?
Did you try it out?

[QUOTE=foofatron;2385919]
Quote:
Originally Posted by Glitchfinder View Post

ok but how come when I put the backsprite in it messes up the front sprite.I load the stuff in PNG.
Try inserting these sprites.



Indexed by *Neos*.

Quote:
Originally Posted by frank$or View Post
Hi, i've got a problem.

I want to change the attacks of pokemon in PET, that works fine.
But when i battle INGAME, the attacks are ****ed up.

: i gave a elec. pokemon thundershock, tackle, slam and spark.
INGAME: vine whip, hyper beam, leer, shadow ball

can i solve this?
if not, any other way to change pkmns attacks?
You could edit the attacks with a Hex Editor.

Quote:
Originally Posted by speedonh View Post
I got another question: what are the numbers for the offsets of the badges in pokemon ruby? i searched the archives all morning but still couldn't find what i needed to know.

Also does anyone know had to add new map folders on advance map so i can give my new maps new names?

Thanks
You mean the unLZ number for the badges?
__________________
I DON'T HAVE THE POKECOMMUNITY VIRUS(ALSO KNOW AS PC VIRUSE)
What I mean by this is, I'm not strict like MOST people *cough* Admins/Mods *cough* on this site. And no not all Admins/Mods are like that, but MOST are,
Post this in your sign. if you are PC Viruse free!
Reply With Quote
  #193  
Unread February 17th, 2007, 10:01 AM
Swimmer♂'s Avatar
Swimmer♂
Glub! Glub! Glub!
 
Join Date: Aug 2006
Location: Northampton, England
Gender:
Nature: Relaxed
yes plz christos, the unLZ numbers for the badges in ruby

and also how to create more names for my maps if you know

Thanks
Reply With Quote
  #194  
Unread February 17th, 2007, 10:09 AM
Blazichu's Avatar
Blazichu
Bahhhh?
 
Join Date: Mar 2006
Location: The ground?
Age: 22
Gender: Male
Send a message via Windows Live Messenger to Blazichu
Quote:
Originally Posted by frank$or
Hi, i've got a problem.

I want to change the attacks of pokemon in PET, that works fine.
But when i battle INGAME, the attacks are ****ed up.

: i gave a elec. pokemon thundershock, tackle, slam and spark.
INGAME: vine whip, hyper beam, leer, shadow ball

can i solve this?
if not, any other way to change pkmns attacks?
What I have noticed in PET it selects the attack that is one below the one you have selected. So you should pick the attack above thundershock, tackle, slam and spark to have the right moves that you want.

eg. in PET: THUNDERSHOCK <attack you have selected>
VINEWHIP <attack PET has selected/thought was selected>

So whatever is above THUNDERSHOCK is the attack you pick to make it work.

Christos is right, you could use hex which might be easier.
__________________

←(left) the online world for life(MSN, PC etc.)~
Reply With Quote
  #195  
Unread February 17th, 2007, 11:26 AM
Overclocked's Avatar
Overclocked
Paired with......Myself
 
Join Date: Jan 2007
Age: 19
Gender:
Nature: Impish
Send a message via Windows Live Messenger to Overclocked
Can someone please tell me where Chaizard is in FR for unLZ?
__________________

Problem...RAWNET went down so I'll be a while 'till I come back on
Reply With Quote
  #196  
Unread February 17th, 2007, 03:55 PM
nothing's Avatar
nothing
Gorto Hacker
 
Join Date: Aug 2005
Location: Gorto :)
Age: 16
Gender:
Nature: Brave
There are some inactive tools in poketronic(Insert give pkmn script,Insert move data, etc.)How do I enable this tools?
__________________
--No signatures--
Reply With Quote
  #197  
Unread February 17th, 2007, 04:16 PM
foofatron
Booted out - don't be like me!
 
Join Date: Jan 2007
Age: 11
Gender:
Nature: Adamant
Send a message via Windows Live Messenger to foofatron
[QUOTE=Christos;2386294]Did you try it out?

Quote:
Originally Posted by foofatron View Post

Try inserting these sprites.



Indexed by *Neos*.



You could edit the attacks with a Hex Editor.



You mean the unLZ number for the badges?
It works but the back sprite is a orange queston mark in battle.You should make tortoral for this stuff.
__________________
[SIGPIC][/SIGPIC]

Pokemon Iolite forms:Pokemon Iolite forms

Link to Aluimuim


Pokemon Iolite!A great hack!

Lost be there join the fun.www.lost.eu/1dc33

PHO the best pokemon hacking site around join now have fun.PHO

Pokemon Aluminium Version Rules comming to PC!YAY!Avatar
is a screen from Aluminum!

Silver Wind a fun site come join! http://donpatch.quotaless.com/forums/

Last edited by foofatron; February 17th, 2007 at 04:24 PM.
Reply With Quote
  #198  
Unread February 17th, 2007, 05:08 PM
Leon2457's Avatar
Leon2457
Beginning Trainer
 
Join Date: Feb 2007
Nature: Adamant
hi does anyone know how to edit the pallete on xeon's overworld editor (english) without messing up any other pallettes
__________________
WOw IvE EEN AROUND THE SITE AND THERE ARE SOME AWESOME HaCKS BEING MADE I JOPe TO GOD THEY ARE REALEASED TO PLaY ON!


Leon's PokePet

blaze the level 74 Typhlosion!
Reply With Quote
  #199  
Unread February 17th, 2007, 05:10 PM
Blaziken626's Avatar
Blaziken626
Pokemon Black Shadow
 
Join Date: Dec 2006
Age: 19
Gender:
Nature: Mild
[QUOTE=Christos;2386294]Did you try it out?

Quote:
Originally Posted by foofatron View Post

Try inserting these sprites.



Indexed by *Neos*.



You could edit the attacks with a Hex Editor.



You mean the unLZ number for the badges?
Actually I have a new script and I tried it out.
Code:
#org 0xB00000
lock
faceplayer
checkflag 0x364
compare LASTRESULT 0x1
if 0x1 goto 0xB00200
message 0xB00100
boxset 0x6
release
end

#org 0xB00200
message 0xB00300
boxset 0x6
end

#org 0xB00100
= Hello.

#org 0xB00300
= Goodbye.
But it didn't work.
Reply With Quote
  #200  
Unread February 17th, 2007, 05:44 PM
D-Trogh's Avatar
D-Trogh
Dead
 
Join Date: Jul 2005
Location: Belgium
Age: 21
Gender: Male
Send a message via Windows Live Messenger to D-Trogh
Quote:
Originally Posted by Blaziken626 View Post
Actually I have a new script and I tried it out.
Code:
#org 0xB00000
lock
faceplayer
checkflag 0x364
compare LASTRESULT 0x1
if 0x1 goto 0xB00200
setflag 0x364
message 0xB00100
boxset 0x6
release
end

#org 0xB00200
message 0xB00300
boxset 0x6
end

#org 0xB00100
= Hello.

#org 0xB00300
= Goodbye.
But it didn't work.
I edited it.. Go on and try it.. But remember, I'm just a newb at scripting..

Btw, about those flags.. Can I/we use anything we want ?
Like '...flag 0x1' or '...flag 0x354A' ??

Edit:
Quote:
Howcome LIPs says the changes are over the 16mb mark.And yet the patch is only 9 kb I've made bigger patches before whats wrong with it?
Well.. Maybe the changes on the hacked rom were over 16MB..
When patching an original with the patch, changes after 16MB won't be aplied. (Or Lips may give an error)
__________________
[NTME | WPEDS | HTPE | SGPE | TGPE | PDEDS]

Last edited by D-Trogh; February 17th, 2007 at 05:49 PM.
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 08:38 AM.


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.