• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Forum moderator applications are now open! Click here for details.
  • 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.
31
Posts
16
Years
  • Seen Mar 26, 2008
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?
 

~!Fuddmeyer!~

Join Runescape NOW!!!!
82
Posts
16
Years
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?
 

M i n a t o //

Listen to the Stereo
295
Posts
16
Years
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.
 

cooley

///Keepin' it simple
1,148
Posts
17
Years
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

Pokemon Breeder from Aus
55
Posts
16
Years
Using Advance Map, how do I change the Gym so that it is on sand, not grass, like that of Dewford TOwn
 
1,372
Posts
18
Years
  • Age 33
  • Seen Jan 18, 2021
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.
 
489
Posts
16
Years
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.
 

destinedjagold

You can contact me in PC's discord server...
8,593
Posts
16
Years
  • Age 33
  • Seen Dec 23, 2023
I don't think Dexter in Elite Map works...

I never got it working...
 

Epsilon

Shiny Scizor
249
Posts
17
Years
When i try to edit my title screen with unlz and ape and cyclone it keeps getting messed up like this (the colors):
2003288616177525598_rs.jpg

Pallete is properly edited.
Is this a common problem?
 
31
Posts
16
Years
  • Seen Mar 26, 2008
Heyoh!

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

Spoiler:
 

light_trainer921

Flamethrower Helper
137
Posts
17
Years
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:

cooley

///Keepin' it simple
1,148
Posts
17
Years
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.
 
31
Posts
16
Years
  • Seen Mar 26, 2008
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)
 

light_trainer921

Flamethrower Helper
137
Posts
17
Years
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.
 
1,372
Posts
18
Years
  • Age 33
  • Seen Jan 18, 2021
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