The PokéCommunity Forums

The PokéCommunity Forums (https://www.pokecommunity.com/index.php)
-   Binary ROM Hacking (https://www.pokecommunity.com/forumdisplay.php?f=284)
-   -   Script My first script keeps freezing (https://www.pokecommunity.com/showthread.php?t=447567)

Jablinx March 30th, 2021 7:34 PM

My first script keeps freezing
 
So I made my first room script for my romhack, but everytime I step into the room that it occupies, the game stays at a black screen forever. Here's the script:

'---------------
#org 0x26DAAA
lock
applymovement MOVE_PLAYER 0x826DB09
waitmovement 0x0
fanfare 0x100
waitfanfare
msgbox 0x826DB0D MSG_KEEPOPEN '"Welcome to the Sevii Festival.\nRa..."
showpokepic 0x3DD 0xA 0x3
msgbox 0x826DB87 MSG_KEEPOPEN '"Type:Null!"
hidepokepic
givepokemon 0x3DD 0x5 0x0 0x0 0x0 0x0
bufferpokemon 0x0 0x3DD
fanfare 0x13E
waitfanfare
msgbox 0x826DB94 MSG_YESNO '"Would you like to give a nickname\..."
compare LASTRESULT 0x1
if 0x1 call 0x826DAFC
release
end

'---------------
#org 0x26DAFC
setvar 0x8004 0x0
fadescreen 0x1
special 0x9E
waitstate
return


'---------
' Strings
'---------
#org 0x26DB0D
= Welcome to the Sevii Festival.\nRandomizing Starter Pokemon...\lCalculating...\lCalculating...\lYour Starter Pokemon is...\l

#org 0x26DB87
= Type:Null!

#org 0x26DB94
= Would you like to give a nickname\nto your Type:Null?


'-----------
' Movements
'-----------
#org 0x26DB09
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)
#raw 0x11 'Step Up (Normal)

Can anyone tell me what's wrong? Thanks so much in advance. Virtual high fives for all.

pokemon fan person April 1st, 2021 6:21 AM

i don’t know what that script means but you probably messed something up while writing it

ShinyTillDawn April 2nd, 2021 7:15 AM

1) The last move command should have "#raw 0xFE" to signal the end of movements.
2) Is it triggered upon entering? Make sure in the "Header" tab in Advance Map, the map script should be "02 validates values to 0x3B000030 (play..." as you can use most commands there.


All times are GMT -8. The time now is 9:18 AM.


Like our Facebook Page Follow us on Twitter © 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User generated content remains the property of its creator.

Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.