The PokéCommunity Forums

The PokéCommunity Forums (https://www.pokecommunity.com/index.php)
-   Binary ROM Hacking (https://www.pokecommunity.com/forumdisplay.php?f=284)
-   -   [Archive] Simple Questions (https://www.pokecommunity.com/showthread.php?t=60051)

BlackRainbow* October 31st, 2006 5:20 AM

whene i insert applymovement script in my game ( fire red )
everything freez when i walk to the script :S
here is a script that i have inserted :S

#org 0x8994d2
pause 0x0
applymovement 0x4 0x6D10AD
release
end

'-----------
' Movements
'-----------
#org 0x6D10AD
#raw 0x27
#raw 0xFE

Pokepearl October 31st, 2006 8:32 AM

Could someone tell me what's the Movement number in AdvanceMap, for a tile that you walk UNDER the tile, and can't see yourself?

Crystal ALpha-Star+ November 1st, 2006 9:46 AM

Quote:

Originally Posted by Pokepearl (Post 2279089)
Could someone tell me what's the Movement number in AdvanceMap, for a tile that you walk UNDER the tile, and can't see yourself?

The movement number is C and yes you can see yourself

Hiroki November 1st, 2006 11:10 AM

In Gold, the Guide Gent person (who gives you the map card), how do I make Daisy in Pallet Town give it to you on the spot, withoutt a Town tour?, just I walk into her house and I get it?

sohappy November 1st, 2006 11:32 AM

I have a question too. Does any one have the document with the Pokemon hex numbers? I can't find the thread they were in before.

renatoap November 1st, 2006 7:58 PM

hi i have a question about elite maps rubikon. I tryed several tiems but i can't compile anything. I load my rom and i have the script there, but the compile button is blank. I'm hacking a ruby us rom and this is my script if it would help.
#org 0x800000
checkflag 0xF0F1
if 1 0x800300
message 0x800100
boxset 0x2
setflag 0xF0F1
givepokemon 0x48 0x01 0x1
end

#org 0x800300
message 0x800200
boxset 0x6
release
end

#org 0x800200
= Here's that Feebas i promised
#org 0x800100
= here you go,take it.

HackMew November 2nd, 2006 8:56 AM

Quote:

Originally Posted by Alma_CORE (Post 2279018)
whene i insert applymovement script in my game ( fire red )
everything freez when i walk to the script :S
here is a script that i have inserted :S

#org 0x8994d2
pause 0x0
applymovement 0x4 0x6D10AD
release
end

'-----------
' Movements
'-----------
#org 0x6D10AD
#raw 0x27
#raw 0xFE

The problem depends on the offset you have chosen. In particular, I'm talking about the "6D10AD" one. That offset cannot be used because there are some ROM data that will be overwritten on script compiling. Try to use a different one.


Quote:

Originally Posted by sohappy (Post 2280058)
I have a question too. Does any one have the document with the Pokemon hex numbers? I can't find the thread they were in before.

You can find the list at wah.studiopokemon.com/index.php?go=comandos/codigos.php


Quote:

Originally Posted by renatoap (Post 2280401)
hi i have a question about elite maps rubikon. I tryed several tiems but i can't compile anything. I load my rom and i have the script there, but the compile button is blank. I'm hacking a ruby us rom and this is my script if it would help.
#org 0x800000
checkflag 0xF0F1
if 1 0x800300
message 0x800100
boxset 0x2
setflag 0xF0F1
givepokemon 0x48 0x01 0x1
end

#org 0x800300
message 0x800200
boxset 0x6
release
end

#org 0x800200
= Here's that Feebas i promised
#org 0x800100
= here you go,take it.

This question has been already answered before. Check this post for further information: theud.com/pokecommunity/showpost.php?p=2234351&postcount=1425

Crystal ALpha-Star+ November 2nd, 2006 9:01 AM

how do you port tilesets and sprites on paint to advance map.

HackMew November 2nd, 2006 9:13 AM

Quote:

Originally Posted by sena82 (Post 2280782)
how do you port tilesets and sprites on paint to advance map.

To import a tileset in AdvanceMap you have to load your map and then go to the Block Editor. Now you can import the first or the second tileset by choosing on the menu. For the trainer sprite, such as the hero's trainer card, you have to use unLZ-GBA.

Crystal ALpha-Star+ November 2nd, 2006 10:50 AM

i get this error

http://img505.imageshack.us/img505/4136/errordx4.png

The format of the tile set in paint is bitmap

HackMew November 2nd, 2006 12:09 PM

Quote:

Originally Posted by sena82 (Post 2280837)
i get this error

[...]

The format of the tile set in paint is bitmap

Make so:
- Open you ROM with AdvanceMap;
- Load a map of your choice;
- Go to the Block Editor;
- Export the tileset that you want edit;

At this point, you'll have 2 files: the first one with extension .dib and the second with extension .pal. Open the first one with your favourite ghaphic editing program and save. Finally import the modified tileset in the ROM.
If you have trouble editing the .dib file, try to rename as .bmp, edit it and then re-rename with extension .dib.

BlackRainbow* November 3rd, 2006 1:20 AM

Quote:

Originally Posted by cdr13 (Post 2273977)
1) I searched again this thread, for wildbattle commands, and actually managed to do in Emerald a battle scene for Moltres in Victory Road. But i can't delete the sprite after the battle (it remains there and i can battle Moltres every time). This is the script i used:

Code:

#autobank on

#org 0x86BDE0
msgbox 0x86BE30
cry
callstd 0x4
wildbattle 0x92 0x32 3
#raw 53
#raw 07
#raw 00
end

#org 0x86BE30
= Moltres!


The event number Advance Map shows for this sprite is 7. If you need more details, i am using the sprite number 233 (the deoxys triangle, it is temporary), People Nº: 8, location X: 2B, Y: 12, Script Offset: $86BDE0, in the Map 24.45 (the third map of Victory Road)

2) And how to add sprites? I don't want to replace, because i think every sprite is used, and i don't want that the Moltres sprite appear as a "Torchic Doll" in the game for example. It's difficult to search for this, the word "sprite" is very common...

EDIT:
Also tried this code, modified from that Snorlax example, and writing the correct offset in Advance Map ($86BD90). This code makes the common noise like i am interacting with an object, but nothing else. That's the reason i used the first, after deleting the first part, the cry part (when i used it. it leads to a battle with a sign "?", i think it is the new Missingno) and setflag command.

Code:

#autobank on
#org 0x86BD90
checkflag 0x1FF
if 0 0x86BDE0
end

#org 0x86BDE0
cry 0xA1 0x92
#raw 01
msgbox 86BE30
callstd 0x4
wildbattle 0x92 0x32 3
#raw 53
#raw 07
#raw 00
setflag 0x1FF
end

#org 0x86BE30
= Moltres!



Try this script

Code:

#org 0xF05000
lock
faceplayer
msgbox 0x8F03C00 '"Moltres ..."
callstd 0x6
nop
nop
wildbattle 0x92 0x32 0x3
nop
nop
pause 0x80
setflag 0x1285
nop
fadescreen 0x1
pause 0x30
#raw 0x53
#raw 0x07
#raw 0x00
nop
fadescreen 0x0
release
end



doesn't matter November 3rd, 2006 2:48 AM

Tile Problems
 
Kay, here are the tiles in their intended form.

http://img142.imageshack.us/img142/5162/01qx0.png

Yet when I walk off the map onto the next one ...

http://img95.imageshack.us/img95/1869/02jm1.png

This occurs. However, it reverts back to it's intended tiles if I go back into the town.

But if I leave the walk far enough so that the tiles have left the screen and then return ...

http://img100.imageshack.us/img100/1527/03ix7.png

This occurs, and even if I go back ...

http://img99.imageshack.us/img99/6383/04nh8.png

The tiles do not revert back to normal. And in order for them to do so, I have to walk far enough inside the map so that the tiles are off the screen.

So how do I stop the tiles from stuffing up?

Thanks.

I hope that makes sense ... or that it's a simple question ^^;;

Creqaw November 3rd, 2006 6:02 AM

somewhere on this rhread i found a patch so that prof oak will give you the national dex after you get the normal one can someone make me the same patch but then for FR

BlackRainbow* November 3rd, 2006 6:25 AM

[Ray.Z]: Its like that cuz you have changed the background of tiles
the normal background is grass and you have change it to sand

Magnezone November 3rd, 2006 7:12 AM

editing the pokenav hoenn map
 
I tried searching for this, but I couldn't find it: after editing the hoenn map (for the pokenav) in Cyclone and putting it in, the label in the lower right of the map didnt point to the new cities, routes, etc. how can I make it so that it does? I think I have to use a hex-editor, but what exactly do I have to do?

renatoap November 3rd, 2006 5:59 PM

To - HackMew -
I read all the info in that post and i placed all the files needed in the right place/ I have all of them but the compile button still does not work. The compile button is still blank and is unable to be clicked..... i have no idea what to do.

zel 2.0 November 3rd, 2006 7:31 PM

Quote:

Originally Posted by [ray.z] (Post 2281428)
Kay, here are the tiles in their intended form.

http://img142.imageshack.us/img142/5162/01qx0.png

Yet when I walk off the map onto the next one ...

http://img95.imageshack.us/img95/1869/02jm1.png

This occurs. However, it reverts back to it's intended tiles if I go back into the town.

But if I leave the walk far enough so that the tiles have left the screen and then return ...

http://img100.imageshack.us/img100/1527/03ix7.png

This occurs, and even if I go back ...

http://img99.imageshack.us/img99/6383/04nh8.png

The tiles do not revert back to normal. And in order for them to do so, I have to walk far enough inside the map so that the tiles are off the screen.

So how do I stop the tiles from stuffing up?

Thanks.

I hope that makes sense ... or that it's a simple question ^^;;

As far as I know that happens because of your two connected maps use different tilesets, if both of them share the same tilesets, there wouldn't be a problem.
However, if they share at least one (each map can have two tilesets), the "not-shared" tiles would confuse whenever you switch from map to map (That explains what's going on...).
How to prevent it?, well, try to use only the shared tiles, whenever you are close to switch to your other map (that goes for each map). That means, if you connect to a map with not-shared tiles, dont use that kind of tiles close to the connection (the game can see seven tiles away, I think). You already saw the glitchy effect. You'll learn to handle it, eventually...

Now I'm the one that hopes this made any sense at all...

cdr13 November 4th, 2006 4:58 AM

Quote:

Originally Posted by Alma_CORE (Post 2281420)
Try this script

Code:

#org 0xF05000
lock
faceplayer
msgbox 0x8F03C00 '"Moltres ..."
callstd 0x6
nop
nop
wildbattle 0x92 0x32 0x3
nop
nop
pause 0x80
setflag 0x1285
nop
fadescreen 0x1
pause 0x30
#raw 0x53
#raw 0x07
#raw 0x00
nop
fadescreen 0x0
release
end



Thanks. That code works ok for the battle (like before), but the sprite still remains there, and it's possible to continue battling moltres.
Also, there are another three questions i did in that post.

Magnezone November 4th, 2006 9:47 AM

Pokemon Amplifier Problem
 
I also have a problem with pokemon amplifier 3.2. it happens when i change evolutions. if i make a pokemon evolve into another such as remoraid to mantine at level 26, what will happen is that the mantine will be at lv 24 after the evolution. similarly, magmar evolving to moltres at 31 works, but in the end, moltres is lv 28. However, When I changed clefairy to evolve to chansey at lv. 30, it actually worked properly and the chansey was still lv 30.
could someone explain why the level reduces/tell the solution?
thanks in advance.

PkMNisthebest November 4th, 2006 11:28 AM

Advancemap 1.82 help
 
Whenever I trie to open Advancemap 1.82; 1.81 or 1.80 I get a strange optionscreen. It says the following:

This programm is based on parts of Jigglys GoldMap source.
Copyrights of AdvanceMap belong to LU-HO Poké.

Your rights :
§1 You are allowed to use this program.
§2 You are allowed to use the direct-link "am160.no-ip.info" or the one for the newer versions.
§3 You are not allowed to duplicate this file on any other webspace.
§4 You are not allowed to sell this program.
§5 You are not allowed to claim indemnity, if the usage of this program damages a program,
file or hardware of your computer.
§6 The Author of this program is not bound to offer support of any kind.
§7 You are not allowed to change this or any other text of this program, except the "*.ini" files in
the "Ini" directory.

If any part of this text seems unclear to you, or you have doubt in your Rights, feel free to
contact me anytime. My eMail adress: [email protected]


Then there are two clickable (make a selection black, you know, like a voting bill) that say:
10 Endnutzerform
11 Endnutzerform


And beneath them two buttons (like next and previous) that say:
12 Endnutzerform
13 Endnutzerform


Whatever combination I make with the choises, the program always closes.
I put all the ini-files in the ini-map and the enduser in "sprachen" in "ini".

Please help.

zak November 5th, 2006 12:15 AM

OverworldEditorRE
 
Ive prety much got the hang of this sucker by now , just i wanted to know if it was possible to ad more than 217 oveworld sprites for pokemon ruby? or/and if it was possible to change the size of the overworld sprites?


Anyone?

Crystal ALpha-Star+ November 5th, 2006 3:04 AM

I got this error on advance map

http://img227.imageshack.us/img227/9388/errortwoey2.png

Chris-h11 November 6th, 2006 3:19 AM

Quote:

Originally Posted by sena82 (Post 2282890)

What did you do before that happened?

SJohnst07 November 6th, 2006 11:50 AM

now it just says communication error when I enter the trading room. i'm trying to trade pokemon between a ruby rom and an emerald rom (both are completely unedited). any idea how to fix this???

i just managed to trade between 2 emerald files but i still cant trade between a ruby rom and an emerald rom.


All times are GMT -8. The time now is 2:31 AM.


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.