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

Started by Prof. 9 January 31st, 2007 7:25 AM
  • 1958403 views
  • 27748 replies

redriders180

Mastermind of Pokemon Glazed

Male
Path of Victory, Tunod
Seen December 17th, 2016
Posted November 17th, 2015
314 posts
12.9 Years
I suppose I've only scratched the surface with this...I wanted to make an item that allows the player to travel on water without needing a Pokemon with surf. I found the script for surf (no badge check is included, by the way). I thought by making the script go to the surfboard check after the attack check would make it work, but it doesn't...I assume there's a check in the game that automatically ends the script if there isn't anyone with surf. The script works perfectly...I assigned it to a person, and it worked basically flawlessly. Does anyone know what needs to be done?


I think I'm done with ROM hacking. I'll still pop in and visit, though.


droomph

weeb

Age 26
Male
nowhere spectacular
Seen February 1st, 2017
Posted January 3rd, 2017
4,282 posts
11.7 Years
I suppose I've only scratched the surface with this...I wanted to make an item that allows the player to travel on water without needing a Pokemon with surf. I found the script for surf (no badge check is included, by the way). I thought by making the script go to the surfboard check after the attack check would make it work, but it doesn't...I assume there's a check in the game that automatically ends the script if there isn't anyone with surf. The script works perfectly...I assigned it to a person, and it worked basically flawlessly. Does anyone know what needs to be done?
Have you checked all the specials? There might be a sequence of them, and you just probably need to bl to each special's ASM to activate the surf.
did u no there r 21 letters in the alphabet
o i forgot 5
uraqt


redriders180

Mastermind of Pokemon Glazed

Male
Path of Victory, Tunod
Seen December 17th, 2016
Posted November 17th, 2015
314 posts
12.9 Years
Have you checked all the specials? There might be a sequence of them, and you just probably need to bl to each special's ASM to activate the surf.
The only special involved in the script was the one that most firered scripts have...the one that ends the script if it yields a two. Took it out, but it still doesn't work. I assume there's something about the tiles behavior byte that automatically ends the script if you don't have a surfing Pokemon...which I thought was odd, since the script checks for a Pokemon with surf as well. I guess it's just a matter of changing some bytes...I'll see if I can figure anything out (which I doubt I will)


I think I'm done with ROM hacking. I'll still pop in and visit, though.


Male
Seen April 14th, 2012
Posted March 27th, 2012
11 posts
11.3 Years
Does anyone know why when I dump the menu text in Fire Red (using WindHex) I get incomplete text? :| Here's an extract:

//ATUS P[LINE]
//ROBLEM[LINE]
//END[LINE]
That should read "STATUS PROBLEM" but the first 2 letters of "STATUS"
are missing, plus there's an unnessecary line break after the first
letter of "PROBLEM". The entire dumped .txt file looks like that. Solutions...?
No one has any suggestions???

miksy91

Dark Energy is back in action! ;)

Male
Finland
Seen September 21st, 2022
Posted September 21st, 2022
1,480 posts
14.6 Years
No one has any suggestions???
Perhaps the menu doesn't use the same text format as all other in-game text.
Pokémon Dark Energy
Some ROM hacking related stuff
Male
Seen December 2nd, 2018
Posted March 15th, 2012
1 posts
11.2 Years
Fire Red Question: Is it possible to read / edit the attack animations. I can read the sprite + pallete for the attack but can't find anything related to how animation works on it.

For ex. ( cant post linkz zzz ) there is fire animation that is used by several skills but in different way FLAMETHROWER ( cone of fire ) / EMBER ( spawns few fire sprites under enemy pokemon )

miksy91

Dark Energy is back in action! ;)

Male
Finland
Seen September 21st, 2022
Posted September 21st, 2022
1,480 posts
14.6 Years
That I figured out, but how do I go about dumping and editing this text if it's different from the other in-game text? :\
That's difficult to be said actually - I've never done anything expect taking a look at the scripting engine of FireRed before.

It's possible that the game reads some of the letters twice and if so, some assembly code might contain data that points to letters itself, not words as whole. (That's just an assumption though and it would make no sense why that part could be programmed that way)
Pokémon Dark Energy
Some ROM hacking related stuff
Male
Seen April 14th, 2012
Posted March 27th, 2012
11 posts
11.3 Years
That's difficult to be said actually - I've never done anything expect taking a look at the scripting engine of FireRed before.

It's possible that the game reads some of the letters twice and if so, some assembly code might contain data that points to letters itself, not words as whole. (That's just an assumption though and it would make no sense why that part could be programmed that way)
Do you have suggestions for things I could try?

Could I get away with just editting the dumped .txt as if it were just like all the other text in the game? i.e ignore the missing letters and line breaks?

destinedjagold

You can contact me in PC's discord server...

Age 32
Male
Seen 3 Days Ago
Posted March 24th, 2023
8,579 posts
16 Years
Hello pipz.
I have a few questions that I hope anyone can help me.

1. I am editing the title screen of a Ruby ROM. I have done the tileset for the titlescreen and already done inserting it in the game via Unlz-GBA and repointing. Now, I wish to know where should I insert the .raw... I have arranged the tiles of the title screen through NTME.

2. How am I able to remove the "Item" and "Save" from the Start Menu?

Thanks and hope someone can help me. ;)

miksy91

Dark Energy is back in action! ;)

Male
Finland
Seen September 21st, 2022
Posted September 21st, 2022
1,480 posts
14.6 Years
Do you have suggestions for things I could try?

Could I get away with just editting the dumped .txt as if it were just like all the other text in the game? i.e ignore the missing letters and line breaks?
I'd myself check how doing that affects the game first.
Then you'll see if some of the letters are actually loaded twice.
*See also what the line breaks are for

Hello pipz.
How am I able to remove the "Item" and "Save" from the Start Menu?

Thanks and hope someone can help me. ;)
Find a table file for Ruby, download it and then search for that text.
After that, find a pointer leading to the text which leads to, very likely, assembly code of the menu.
Next thing to do is to figure out what to do with the assembly code.
Pokémon Dark Energy
Some ROM hacking related stuff
Female
Seen March 21st, 2021
Posted February 12th, 2014
7 posts
11.2 Years
Hi, apologies in advance if this is a completely dumb question that's been answered countless times. I've looked at heaps of tutorials and looked around for anything with the same problem but I can't really find anything that's specifically like mine.
So, this is my first time editing a ROM, I'm editing Ruby version.
I'm trying to put in edited sprites for the gym leaders in unLZ. I've followed the tutorials about how indexing it, finding free space, fixing the pointers.
And I can get one gym sprite showing up fine.


but if I try and import more than one leader's sprite they start messing up. The colours go crazy or if I'm on pokenav the page won't load at all and freezes.

I have no idea what to do. I thought maybe I had to put the in free space that was far away from eachother, but that doesn't seem to help.
Does anyone know what I'm doing wrong? The first time I add a new sprite is perfectly fine, but I don't know what's happening the second time to make it mess up round when I'm doing the exact same process.

(I'd give images but I have to make 15 posts beforehand, and to be honest I only joined the site to see if I can get help with this + I'm too distracted to go out and post right now + I'm not sure if I'm allowed to bypass it by putting in spaces in links or if that's against the rules)
Male
Seen September 20th, 2013
Posted June 24th, 2012
55 posts
11.2 Years
I want to start ROM hacking. I do have basic knowledge, as I used to mess around back in the days.
Which rom is most editable? Which rom can I use most tools for?

basically, which rom to hack, as my first hack ever :)!

Is there any essentials thread or something like the RPG Maker?
Which Script editor to use?
Which map editor?
all the essentials :)

Specially which Script editor to use. I want to change a lot of things and learn my way up :D

Male
Poland
Seen March 26th, 2023
Posted May 28th, 2019
69 posts
14.9 Years
@up
I think Ruby is the best rom for editing, but no one cares about it. Most people here know alot about FireRed. IMO best script editor is XSE and best map editor is AM 1.92.

Anyways, I have a problem too.
I think it's a common problem, I remember encountering it in Light Platinum once. Not sure when. In some places, when I turn menu on/kick wild Pokemon's butt/make a trainer eat dirt, game glitches like hell. For example, game's camera going insane, main character's clonning. I have no idea why is it happening. But I pointed out that it happens mostly in places where I put new events.
Hope someone helps.
Hacking Ruby.

Spherical Ice

Age 25
Leicester, UK
Seen 16 Hours Ago
Posted February 20th, 2022
5,251 posts
15.5 Years
@up
I think Ruby is the best rom for editing, but no one cares about it. Most people here know alot about FireRed. IMO best script editor is XSE and best map editor is AM 1.92.

Anyways, I have a problem too.
I think it's a common problem, I remember encountering it in Light Platinum once. Not sure when. In some places, when I turn menu on/kick wild Pokemon's butt/make a trainer eat dirt, game glitches like hell. For example, game's camera going insane, main character's clonning. I have no idea why is it happening. But I pointed out that it happens mostly in places where I put new events.
Hope someone helps.
Hacking Ruby.
Hm, do any person events have the "look down" movement type? If so, change it to "No Movement", it makes the ow look down without the glitches.

Spherical Ice

Age 25
Leicester, UK
Seen 16 Hours Ago
Posted February 20th, 2022
5,251 posts
15.5 Years
Impressive, it worked.
Thank you very much! I thought it was something bigger. Why "look down" movement type causes these glitches?
You don't need to respond, but it just makes me think...
Not sure, I think it's just a glitch code that Lu-Ho incorrectly labelled, though I'm no expert haha. Glad to have helped!

destinedjagold

You can contact me in PC's discord server...

Age 32
Male
Seen 3 Days Ago
Posted March 24th, 2023
8,579 posts
16 Years
Hello pipz.
I have a few questions that I hope anyone can help me.

I am editing the title screen of a Ruby ROM. I have done the tileset for the titlescreen and already done inserting it in the game via Unlz-GBA and repointing. Now, I wish to know where should I insert the .raw... I have arranged the tiles of the title screen through NTME.

Thanks and hope someone can help me. ;)
I am reposting my question~
Hope anyone can help~

Darthatron

巨大なトロール。

Age 31
Male
Melbourne, Australia
Seen February 2nd, 2015
Posted October 28th, 2014
1,152 posts
17.4 Years


I am reposting my question~
Hope anyone can help~
The best way would be to just test by messing with the pointers near it, to be honest. It doesn't take long to find the right one. :)
あなた は しきしゃ です
わたし は ばか です

Spherical Ice

Age 25
Leicester, UK
Seen 16 Hours Ago
Posted February 20th, 2022
5,251 posts
15.5 Years
Hello :)
Where can I download the newest version of HackMew's XSE tool?
http://www.4shared.com/rar/lcgKM8Q5/XSE_Upload.html?

That's the latest version of XSE, 1.1.1.

Google, Google, Google...
Actually, Google doesn't help for that. Google only seems to have version 1.0.0

Spherical Ice

Age 25
Leicester, UK
Seen 16 Hours Ago
Posted February 20th, 2022
5,251 posts
15.5 Years
I'm kind of just messing around with a FireRed ROM in Advance Map, but when I try to load it in VisualBoy, it sets me up as though I'm playing Sienna with my party and items etc., however my changes are still in effect.
Is the ROM in the same place as Sienna's .sav file? If so, move the ROM into a separate folder.