You are not logged in.
Pages: 1
Hello PoCkers, i'm very happy (i have 2 say) i finally could change the title screen of Pokémon Gold.I change the Nintendo, Game Freak, 1995 4 Raltvus, Fy Hack's, 2013!!!
Now, i wanna know how i change the Teru-Samas 4 evolution items and 4 things most importants, and how i change the "Optional Names" in the Charater Screen and the name of the pokemon that we choose.
Don't matter what pokémon i change keep sayng ex:Do you want Cyndaquil the fire pokemon? I don't know how 2 change!!!
Plz i'll need so much of help 4 this!!!
THNX BTW
Last edited by RaltVus (2013-09-17 01:46:54)
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
1) Get a hex editor
2) Copy paste this to a .txt file and change its extension to .tbl
*55
/00
4F==
51=*
52=HIRO
53=RIVAL
54=POKE
55=+
56=....
57=#
58=£
60=A
61=B
72=P
75=...
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
9A=(
9B=)
9C=:
9D=;
9E=[
9F=]
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=?
BB='d
BC='l
BD='s
BE='t
BF='v
C0=Ä
C1=Ö
C3=ä
C4=ö
D0='d
D1='l
D2='m
D3='r
D4='s
D5='t
D6='v
E0='
E1=PK
E2=MN
E3=-
E4='r
E5='m
E6=?
E7=!
E8=.
E9=&
EA=é
EB=+
EF=(M)
F0=$
F1=x
F2=.
F3=/
F4=,
F5=(F)
F6=0
F7=1
F8=2
F9=3
FA=4
FB=5
FC=6
FD=7
FE=8
FF=9
3) Open the rom file with a hex editor
4) Open a table file (the one you just made which has the extension .tbl instead of .txt)
5) Use the Search function of the hex editor to look for the text data to edit
Offline
Uhuhhh finnally one answer thnx miksy but i'll say u,i just post one topic in PC like this and decided to do a last look here but i'm using a mobile phone!!!
Theres a site where can i find this plz?
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
Where are the "*55" and "/00" for? Because if I only know what that means, I can make my own TBL file for RBY Music Format.
Hacks Gameboy 8-bit music in Pokémon Gen I & II, composes 8-bit music in LSDJ and FamiTracker.
“God created the Earth, but the Dutch created the Netherlands.”
Offline
Where are the "*55" and "/00" for? Because if I only know what that means, I can make my own TBL file for RBY Music Format.
$00 is the opcode for NOP. $55 is scripting for skipping a line. $4F is for line 2 and $51 is clear text box, start on top line. $57 ends a text command. For text far, $50 ends it.
I'm back. I'll try not to get as frustrated with stupid questions. People on my naughty list:
*Pokemon_Master
*Noizy
*lipun
*Spambots
Offline
In wish offset i insert that table file?
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
Woah, that's really helpful! I will find this useful when I edit the intro names from the selection menu.
Offline
In wish offset i insert that table file?
A table file is not inserted at an offset. It is used within a hex editor to display game text. You need a compatible hex editor to use it. I use HEX EDITOR NEO. It is only $120 USD plus tax. There are free ones at your disposal, but not all as good. Some hex editors do not even allow .tbl files. Do this: open Notepad or Notepad++, copy and paste this data http://datacrystal.romhacking.net/wiki/Pokemon_Gold:TBL and rename the file whatever you like and end it in .tbl
Last edited by ShaneM (2013-10-25 20:09:37)
I'm back. I'll try not to get as frustrated with stupid questions. People on my naughty list:
*Pokemon_Master
*Noizy
*lipun
*Spambots
Offline
RaltVus wrote:In wish offset i insert that table file?
A table file is not inserted at an offset. It is used within a hex editor to display game text. You need a compatible hex editor to use it. I use HEX EDITOR NEO. It is only $120 USD plus tax. There are free ones at your disposal, but not all as good. Some hex editors do not even allow .tbl files. Do this: open Notepad or Notepad++, copy and paste this data http://datacrystal.romhacking.net/wiki/Pokemon_Gold:TBL and rename the file whatever you like and end it in .tbl
Really thanks ShaneM.
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
TheMoneyOfTheWorld wrote:Where are the "*55" and "/00" for? Because if I only know what that means, I can make my own TBL file for RBY Music Format.
$00 is the opcode for NOP. $55 is scripting for skipping a line. $4F is for line 2 and $51 is clear text box, start on top line. $57 ends a text command. For text far, $50 ends it.
Otherwise correct, but $00 is definitely useful as instead of being of no usage, it it used for text data of type 00. There are different kinds of strings you can display with different types of text. http://hax.iimarck.us/files/scriptingco … htm#InText
In-text codes of GSC should be similar to those of RBY.
Offline
EDIT: nevermind, found it.
Last edited by Airikita (2013-11-05 17:53:32)
Offline
Well, i've already made a .tbl file, now how i use that search text function?
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
With your hex editor :P Look at the menus.
Offline
With your hex editor :P Look at the menus.
I know, but (for example) if i want to change the Name options of Hiro, what i ask?
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
I know, but (for example) if i want to change the Name options of Hiro, what i ask?
the Name options of Hiro
Offline
@Hat:
Thnx!!!
RaltVus is back.
I'm not hacking in the moment, but i always had ideas to give. Just ask me if you want.
Offline
'Twas nothing.
Offline
Pages: 1