• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

Status
Not open for further replies.
I just simply edited a text in A-Text but instead of changing it in the rom, it affects A-Map events. How can I fix A-Text so it will work properly?
 
is this possible?

I read a couple of pokemon-hack-descriptions here and some of them say things like "all three world" or "16 badges".

That sounds intresting. Is this possible? To expand the world like that? If yes, how?
 
I'm a new hacker and...

Hello i'm new at hacking and I need some advice. I don't know how to make new events or change the sprites (like the title screen, the professor sprite at the intro) I need some good programs. I already Have these programs:

Elite Map (Advanced map freezes my computer)
Advanced Text
Advanced Map

Any more programs that I need?
 
No it isn't it means that either there is a problem with the commands file in the folder with pokescript or the commands file isn't located in the correct spot.

well i have the commands and other things from pkmadv files
i just dont know if they should be in the Base folder
in pokescript or something.
 
Well Guys I made a new script, and decided to post it here since nobody posted
in the 'scripts request andd sharing/discussion' thread.

Note I will post a video later, for you newbies


.::Script::.
Code:
#org $go
faceplayer
checkflag 0x200
if b true goto $done
message $hello
boxset 6
applymovement 0x03 $mv1
applymovement 0xFF $mv1
pausemove 0
message $this
boxset 6
applymovement 0x03 $mv2
applymovement 0xFF $mv2
message $that
boxset 6
applymovement 0x03 $mv3
applymovement 0xFF $mv3
message $you
boxset 6
givepokemon 7 10 0xD7
jingle
setflag 0x828
setflag 0x829
giveitem 0x4 5
applymovement 0x03 $back
pausemove 0
message $what
boxset 6
setflag 0x200
release
end

#org $done
message $jj
$jj 1 =..................\n.............!
boxset 6
release
end

#org $hello
$hello 1 = Huh? Who are you?\p\v\h01 you say,\lgood name,\pFollow me!

#org $mv1
$mv1 1 ; 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0xFE

#org $this
$this 1 =Don't get tired now,\nwe got a long way to go!

#org $mv2
$mv2 1 ; 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0xFE

#org $that
$that 1 =You can't do it by yourself!

#org $mv3
$mv3 1 ; 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0x12 0xFE

#org $you
$you 1 = Looks like you proved me wrong.\pNow I'll throw you the items!

#org $back
$back 1 = 0x13 0x13 0x13 0x13 0x13 0x60 0xFE

#org $what
$what 1 = OUCH! The pokeball hit me in\nthe head!\pLOSER!!!

.::VIDEO::.
-Will go here-
even though the video doesn't look anything like the script, need help with that!
 
Last edited:
Deeje said:
Using Advance Map, how do I change the Gym so that it is on sand, not grass, like that of Dewford TOwn

Just change the tileset 1 or 2 you are using under the Events header.
 
Where can I find a fully working program that changes the Pokemon Pokedex entries for Pokemon Ruby and Sapphire: including changing the Height, Weight and name.
I was also wondering how I would change the footprint of the Pokemon
And how do I change the name of the Pokemon that appears during a battle.
 
I don't think Dexter in Elite Map works...

I never got it working...

Yeah but you need to have the hack inside elite map for most of there tools to work it also comes in handy if ur replacing pokemon you can download it at WAH
 
When i try to edit my title screen with unlz and ape and cyclone it keeps getting messed up like this (the colors):
[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

Pallete is properly edited.
Is this a common problem?
 
Heyoh!

We have a problem with our script. Can someone tell us what is wrong with it?

Spoiler:
 
How can I add a person to a map using A-Map? Do I have to add the "P" event then use script to edit it's event?

EDIT: I can't still warp the player to the right position of the map when going inside the building(keeps on going to the middle). How can I make the position of the player at the door instead at the middle of the room?
 
Last edited:
Heyoh!

We have a problem with our script. Can someone tell us what is wrong with it?

Spoiler:
Try it now. It should work, and '\p' is not the only next box command.

@Cronos: I'm Guessing you used D-trough's tutorial from youtube, you should ask him.

@light Trainer: You Just increse the number then click change events. But you have to be in the Events Tab, and it should be on the right hand side.
 
We have a big problem with the pokemarts. Everytime we make a new one the screen turns black and the game freezes a soon a we go through the door. What's wrong? (btw. we are working with a-map)
 
How can I make PokéScript to work? I open it with this script:

Code:
#ORG $begin
checkflag 0x200
if B_true goto $done
applymovement 0x01 $aidwalk1
pause 0x30
message $aidtalk
boxset 6
giveitem 0xD
setflag 0x200
release
end

#org $done
release
end

#org $aidwalk1
$aidwalk1 1 ; #binary 0x13 0x13 0x13 0xFE

#org $aidtalk
$aidtalk 1 = Oh, hello \v\h01.\pThis will aid your\n POKéMON!

I followed every instruction but when I insert it, it will cause a glitch.
 
Deeje said:
How do I allow surf to be used earlier

Either make the badge earlier and change the text, or find the coding in hex or script editors that makes surf enabled.
 
Status
Not open for further replies.
Back
Top