You are not logged in.
Pages: 1
I have to do this, but i dont know how ! Please, explain again.
1. Resize sprite
i has following tutorial in Generation II, but i dont understand, after open Hack-o-Matic in pokemon data... There is sprite size : 85 . What is 85 ?symbol of 40 ? 48 or 56 ?
2. Tileset Editor tool [Link]
the link in thats thread was expire, please fix again.
3. TextBox Color
i want to change textbox color, but i dont know how ! Please explain for me
4. Trainer Name
i want to change trainer name, example: Lass Conie, i want to change "Lass" name... Not only "Conie" name.
5. Item Name
explain for me.
.
I m sorry to ask too much, help me... I m new hacker.
For ur attention, i say "Thank u"
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
1. That tutorial is outdated. Honestly, I wouldn't use Hack-O-Matic for anything anymore. Use Pokemon Editor Ultimate to fix the size of a Pokémon's sprite. I'm pretty sure I already told you that, though.
2. I'll see about getting a new link to it posted.
3. By default, the textbox can't have color, it is stored in a format that can only use black or white. If you look in the "useful offsets" thread, it will mention how to change that. It is not a tutorial though, just a reference, so it will probably still confuse you. I think it is explained in the comments of that thread though.
4. You will need a hex editor and a "table file" to edit this text. I think there is a table file posted on here already. If you open the rom in a hex editor with the table file loaded, you can search for LASS and then edit it. I think hex editing and table files are covered in Miksy's video tutorials.
5. Item Name: Works the same way as editing a trainer class name.
I am not very active on this forum. I only pop in from time to time.
Offline
1. But, XY Naturia have colored textbox, why ?
2. When i can chat with chamber ?
3. Can u give some sprite from gen 6 ? I m very need it
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
1. I just told you there is a way to change it so it can use color.
2. I don't know. You can try to message him on PokeCommunity.
3. I don't have Gen 6 sprites.
I am not very active on this forum. I only pop in from time to time.
Offline
I m a bad hacker !
I was watch miksy tutorial about ASM Routines and more. What is next step to add gender features ?
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
If I asked you to "find free space in the same rom bank" as something, would you know how?
If I asked you to "repoint" something, would you know how?
If I asked you to insert a new sprite in Agixp WITHOUT REPLACING AN EXISTING ONE, would you know how?
If I asked you to go to an offset in a hex editor and change a value, would you know how?
If I asked you to edit text with a hex editor, would you know how?
If I asked you to edit something in TLP, would you know how?
Last edited by Luna (2015-11-03 22:23:20)
I am not very active on this forum. I only pop in from time to time.
Offline
Forget it !? I do not know how
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
1. How to change city name in townmap ?
2. How to change pokedex data ?
Please answer !
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
1. How to change city name in townmap ?
Go to address 0x92382 with a hex editor, open a table file for the rom you are hacking and a bit below, you should see the names of all the in-game towns and routes. There you just edit the names with bytes that correspond to letters from the table file.
If you can't do this, or don't know what a table file is, watch my video tutorials or read some tutorials here. This is a pretty self-explanotary answer to the problem really.
Last edited by Miksy91 (2015-11-04 08:28:44)
Offline
LeaderKoko wrote:1. How to change city name in townmap ?
Go to address 0x92382 with a hex editor, open a table file for the rom you are hacking and a bit below, you should see the names of all the in-game towns and routes. There you just edit the names with bytes that correspond to letters from the table file.
If you can't do this, or don't know what a table file is, watch my video tutorials or read some tutorials here. This is a pretty self-explanotary answer to the problem really.
what is the Part of your Video have explain table files ?
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
Here is the table file for Pokémon Gold:
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
Copy/paste that into Notepad, for example, and save it as a .tbl file. I don't know what HEX editor you're using, I'd recommend "Goldfinger". In Goldfinger - and this works the same way in every HEX editor I've used - go to file -> open table, and choose your .tbl file. This loads the table file.
Then, you can easily search for text and find where said text is located.
Also, the part where Miksy91 explains table files starts here: https://youtu.be/P55prFTaZoE?t=34m21s
Offline
Thank u so much
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
How to get table file from my rom ?
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
I'm not sure I understand. "From your rom"? What I posted is the table file. Just copy paste it to Notepad then "save as" something.tbl. Then open your Gold rom and load the .tbl file.
Offline
Sorry, im wrong.
Next, how to change pokedex data ??
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
Thank u. I hope, i can publish my hack be faster
Find Me In Facebook
Koko Robert
I Was Hacking
|GOLD| Pokemon Jewel Version
Offline
Pages: 1