• 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?".
  • 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.

cooley

///Keepin' it simple
1,148
Posts
17
Years
@Blazichu: What about Gold map Suite?

Anyways I have made this script for GS:
74 00 4C 47 66 66 53
And I know what it does, and I have inserted it at 0x182666, I have a pointer calculator, so I put 182666 and got 606666 I took the last four numbers: 6666 and Put it into the the script now what? I reversed it: 66 66 to 66 66 then made sure it was between 4000 and 7FFF using a Hex calculator.

I don't know how to assign it to an overworld, unless Zeromap had support for English gold Roms..xD I don't know if I did the process right The only person to help me, was "the Dude" he is the Nicest person in the world!

Please tell me how to assign pointers to Overwolrds.

I just learned gold scripting in one day! except without assigning it, it is nothing. Anyways, what is the offset for the Hiro's starting location? and x and y coordinates also?
 
1,372
Posts
18
Years
  • Age 33
  • Seen Jan 18, 2021
@Blazichu: What about Gold map Suite?

Anyways I have made this script for GS:
74 00 4C 47 66 66 53
And I know what it does, and I have inserted it at 0x182666, I have a pointer calculator, so I put 182666 and got 606666 I took the last four numbers: 6666 and Put it into the the script now what? I reversed it: 66 66 to 66 66 then made sure it was between 4000 and 7FFF using a Hex calculator.

I don't know how to assign it to an overworld, unless Zeromap had support for English gold Roms..xD I don't know if I did the process right The only person to help me, was "the Dude" he is the Nicest person in the world!

Please tell me how to assign pointers to Overwolrds.

I just learned gold scripting in one day! except without assigning it, it is nothing. Anyways, what is the offset for the Hiro's starting location? and x and y coordinates also?

1. Gold Map Suite is an edited version of 1.5.

2. You need to find the person or original pointer in hex, like what a person says. The events data in GoldMap should be the offset. So you search for their original script text and then find the pointers of the script text and then go to the start of their script and find the pointer for that then search down for it in hex.

3. 0x15139 is where Hiro begins and he starts his X position at 03 and Y position at 03.
 
1,372
Posts
18
Years
  • Age 33
  • Seen Jan 18, 2021
Hermaniac said:
can i choose what is in the egg the character is given when his pokemon breed at the daycare?

Don't think so, unless you decide to take a deep look in ASM hacking or hex. In scripting there are give egg codes so they could come in use and also you can change what group a Pokemon breeds under.
 
1,372
Posts
18
Years
  • Age 33
  • Seen Jan 18, 2021
flygonbreloom said:
Okay, after looking for a text editor for Pokemon Gold, I couldn't well, find one.

So I have a question, where may I find a text editor for Pokemon Gold?

Either Poketext or a hex editor is your answer(have a search on google).
 
1,372
Posts
18
Years
  • Age 33
  • Seen Jan 18, 2021
flygonbreloom said:
I was considering the hex editor as an option yes, but I was checking if there was a dedicated editor just in case. I really do than you for the help you have been giving, I find it quiet exemplary =P

Poketext can edit most text but not all unless you add some offsets to the list. I have also put up the Hex to letter list for R/B/Y/G/S below.

*55
/00
4F==
57=#
51=*
52=A1
53=A2
54=PK
55=+
58=$
7F=
80=A
81=B
82=C
83=D
84=E
85=F
86=G
87=H
88=I
89=J
8A=K
8B=L
8C=M
8D=N
8E=O
8F=P
90=Q
91=R
92=S
93=T
94=U
95=V
96=W
97=X
98=Y
99=Z
9C=:
A0=a
A1=b
A2=c
A3=d
A4=e
A5=f
A6=g
A7=h
A8=i
A9=j
AA=k
AB=l
AC=m
AD=n
AE=o
AF=p
B0=q
B1=r
B2=s
B3=t
B4=u
B5=v
B6=w
B7=x
B8=y
B9=z
BA='
BC='l
BD='s
BE='t
BF='v
E0='
E1=PK
E2=MN
E3=-
E4='r
E5='m
E6=?
E7=!
E8=.
F4=,
F6=0
F7=1
F8=2
F9=3
FA=4
FB=5
FC=6
FD=7
FE=8
FF=9
 

light_trainer921

Flamethrower Helper
137
Posts
17
Years
I tried editing the pallete for "Gengar vs Nidorino" but when I edit Gengar's, Nidorino is now crappy like this:

1635pokemonfireredusquiby3.png

Why?
 

cooley

///Keepin' it simple
1,148
Posts
17
Years
@Blazichu: I have inserted a different script for gold:

74 00 01 47 4C xx xx 53 90(to prevent freezing)

I inserted it at 0x182666, calculated the pointer for 182666 and got 606666.
So I grabbed last 4 digits(6666) and wrote it down.

Next I searched for the text "neighbor" (Since I'm editing the mom script) and I found it at 0x181726. But that isn't the start, the start is at 0x181719 which is where the 00 is. I calculated the pointer of 0x181719 and got 601957. Like I did before, I grabbed the last 4 digits: 1957 and did a Up search for it, while still at the current location 0x181719. I found it at 0x181663. Changed it to 66 66 and now I changed my script to:

70 00 01 47 4C 66 66 53 90.

I wanted to know are my methods correct?
 
1,372
Posts
18
Years
  • Age 33
  • Seen Jan 18, 2021
cooley said:
@Blazichu: I have inserted a different script for gold:

74 00 01 47 4C xx xx 53 90(to prevent freezing)

I inserted it at 0x182666, calculated the pointer for 182666 and got 606666.
So I grabbed last 4 digits(6666) and wrote it down.

Next I searched for the text "neighbor" (Since I'm editing the mom script) and I found it at 0x181726. But that isn't the start, the start is at 0x181719 which is where the 00 is. I calculated the pointer of 0x181719 and got 601957. Like I did before, I grabbed the last 4 digits: 1957 and did a Up search for it, while still at the current location 0x181719. I found it at 0x181663. Changed it to 66 66 and now I changed my script to:

70 00 01 47 4C 66 66 53 90.

I wanted to know are my methods correct?

Well that will read from the offset 186666, so you need to put text under the 180000-18FFFF to read the text from there unless you use 4B instead of 4C which can load a three byte pointer, but to change that person's script to something new you need to go to that start of there old script calculate the pointers of it, then do a downward search of the pointer you got. Then type over the old script pointers the person has.
 
1,372
Posts
18
Years
  • Age 33
  • Seen Jan 18, 2021
MR. MR. MR. ATOM. said:
Uhhhhh....... It'd be nice if you told me what PHO stands for though.

PHO = Pokemon Hackers Online, also I think WAH(WhackAHack) used to have some.
 

I can haz haxburgrz?

<--- Making Shimmering Pearl
55
Posts
16
Years
ok does anyone know how to edit the levels yo encounter legendaries at im tryin to make a lucario event...yes i know he's not legendary but he is cool game is pokemon ruby...not hex editing btw plzzzzzzzzzzzzzzzz
 
1
Posts
16
Years
  • Seen Nov 24, 2007
Hi,I'm new here,I used A-Mart before, and now I wanted to use again but it didn't work. Pls help.
 

cooley

///Keepin' it simple
1,148
Posts
17
Years
Well that will read from the offset 186666, so you need to put text under the 180000-18FFFF to read the text from there unless you use 4B instead of 4C which can load a three byte pointer, but to change that person's script to something new you need to go to that start of there old script calculate the pointers of it, then do a downward search of the pointer you got. Then type over the old script pointers the person has.
Well I am no longer editing the mom script since it has a built in map script.
So I decided to give the Girl in New Bark Town a try.(The one that stops you from going to route 29). Here are the results:
Spoiler:

I did everything I did before, except this time I searched for a different text.
Which was "impressive!".

I was also wondering if anyone German can decipher this:
Spoiler:
 

Who Cares bout me?

There is enough space to la
5
Posts
16
Years
No sorry, I don't know german...

[OFFTOPIC]What OS do u use? It pretty :D[/OFFTOPIC]

What is the scripting command to change a tile to another tile?
E.G in Pokemon Naranja when you leave the airship the tiles follow you
 
Status
Not open for further replies.
Back
Top