destinedjagold
Oh Hai Thar.
- 8,594
- Posts
- 17
- Years
- Stinky/Old/Fart
- On your ceiling...
- Seen Apr 17, 2025
Okay so this is what I'm confused about... I have used Chaos Rush's Emerald clean-up patch by the way.
I have this scriptSpoiler:'-----------------------
#org 0xE3CF64
lock
msgbox 0x86D1820 '"\c\h01Ê[rival]: [player]!\n\c\h01ÀP..."
callstd 0x4
applymovement MOVE_PLAYER 0x86D1962
waitmovement 0x0
release
end
'-----------
' Movements
'-----------
#org 0x6D1962
#raw B 'Step Right (Normal)
#raw FE 'End of Movements
'---------
' Strings
'---------
#org 0x6D1820
= \c\h01Ê[rival]: [player]!\n\c\h01ÀPath 5 is this way!
And when I step on it the game just freezes except for the music... I've compiled it onto several different offsets and tested them and yet the game still freezes... Also; I've barely started this new hack and this is roughly the third script I've inserted into the game, and now it won't let me compile any more scripts because XSE just comes up with an error saying there's no free space left even though there should be absolutely loads because I have barely put in any scripts and I also used a clean-up patch :S. WHY!?
If the script looks fine, and yet the game freezes on you, then it must be caused by the unknown values you have on your script tile on Advance Map...
I am not sure about Emerald, but for me on Ruby, I always use the values commonly used all throughout the original script tiles in the game...
Code:
Unknown Values: 0003
Var Number: 4000
Spoiler:
![[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION) [PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)](https://i51.tinypic.com/140ly0.png)
Usually, that's what causes some scripts to freeze on you...
Last edited: