I'm here with another question.
One of my warps won't work at all. I'm pretty sure everything is working right..
Hi,
I'm really new to hacking and I've got a major problem.
The scripts I write don't save. Here's what I do:
-Create an NPC in AM, the find a free offset and put it in 'Script offset'.
-I open XSE (tried clicking on the button in AM, and openning it as admin).
-I write the script, giving the #dynamic 0x(Offset) either the same and a different free offset.
-I than compile the script, trying to click on copy in the pop-up, and tried not to click on it.
-I close XSE, either saving or not the .rbc file.
-I open up the script again: No changes made (for an already existing script) or nothing at all.
In case you ask, yes I saved the map, even before openning the script. My OS is Vista.
Please help.
Kathoros
i dont kno the problem but try this method.
1.open your rom in XSE(file>open>.GBA) then write you script.
2. find an free offset using FSF
3. add the offset to the #dynamic 0x(offset) part in your script.
4.compile it
5.take the offset given to #org @start, or watever name you gave it.
6.put that offset in the NPC script offset area
7. try it out
that should work.
When ever I do a level script, the script starts the first time I enter the map. I was wondering if there was a way to make a level scripts start at a specific time? Or if there was a way to start it only if certain conditions have been met.
hmmmm, im not sure about it happening at a specific time, but i do kno its possible if certain conditions have been met. if you use a checkflag/setflag situation in the first script(the non-level script) then you can have the level script check to see if the flag is occured(using checkflag) and if it had occured, you can make your level script different then wat i could be if it hadnt occured. i hope i understood wat you were asking. heres a small situation to what i mean (but this goes for any script, not just level scripts)
Spoiler:#dynamic 0x800000
#org @lance
lock
faceplayer
msgbox @talk 0x6
setflag 0x800
release
end
#org @talk
= Hey.\nI am the Indigo League\lChampion, Lance.
second script
#dynamic 0x800010
#org @omg
lock
faceplayer
checkflag 0x800
if 0x0 goto @no (this says if NOT done goto @no)
msgbox @yes 0x6
release
end
#org @no
msgbox @wish
release
end
#org @yes
= OMG!!!\nYou met Lance!\lI am soo jealous
#org @wish
= I wish i could met Lance.
also how do remove the truck script?
Does anyone know where I can find the trainer's head/icon thing on the pokenav map in emerald? I've scanned through UNLZ several times to no avail and it's driving me mad! Thanks
Okay maybe someone can answer me this instead: What determines the pallete of reflections in R/S/E? I found out shadows and thought balloons are the last two colours of the OW sprite's palette, but I suspect the reflections use a different palette.
4AD8B8 Pal 2
4AD8D8 Pal 3
4AD8F8 Pal 4
4AD918 Pal 5
4AD938 Pal 6
4AD958 Pal 7
4AD978 Pal 8
4AD998 Pal 9
Where it is in un unlz.gba?
![]()
Greetings!!
EDIT: In fire red :)
In Pokémon FireRed, is there a way to change the message speed? I need a speed that is between mid and fast, but I can't find anything about it. So does somebody know if it is possible? If so, how?
https://www.pokecommunity.com/threads/165124/ is the link to change the image thats appear in the intro and https://www.pokecommunity.com/threads/239796 to change the back spritePlease, Is there a tutorial on how to change the sprite of the protagonist in the intro on fire red? And to change the back sprite of the protagonist?
Greetings!
PS: Colcolstyles, thanks for your previous response.
That would require the use of either a text editor or TileMolester.
Simple. Use another checkflag.It will check the first flag to see if it was set, then check the second one as well.
Srry for DP, can't c/p on Wii. ;_;
Please, Is there a tutorial on how to change the sprite of the protagonist in the intro on fire red? And to change the back sprite of the protagonist?
Greetings!
Please, Is there a tutorial on how to change the sprite of the protagonist in the intro on fire red? And to change the back sprite of the protagonist?
Greetings!
PS: Colcolstyles, thanks for your previous response.