nielsbwashere
Guest
- 0
- Posts
Hey guys,
nielsbwashere here...
and I need some help;
so I've been hacking since 2 weeks now (and I am quite a noob)
but I have tried so hard to figure out what was wrong with this code:
Function 1:
and movement:
if anybody could help me then I would be so happy; I inserted this in my Pokemon diamond rom, and the first time it worked; then I edited Func1 (added SetFlag 0x....) and after it didn't want to run it on NO$GBA (It said something like; 'can't create ROM image') even though I removed the 'SetFlag' line that it had trouble with in the first place...
Do you guys see any errors in here?
It gives the NO$GBA error after the message 0x2 line; so basically in func1 somewhere?...
Please help me,
I would be really thankful for that :)
~Nielsbwashere
?
Well
I just added:
Message 0x1
WaitButton
CloseMessageOnKeyPress
before:
ApplyMovement 0x0 Movement_#1
WaitMovement
and it worked?
WTH pokemon
nielsbwashere here...
and I need some help;
so I've been hacking since 2 weeks now (and I am quite a noob)
but I have tried so hard to figure out what was wrong with this code:
^ This is the script run after you've seen the image (from the TV) which includes the report about a the shiny.Script #3
LockAll
SetVar 0x40F9 0x1
SetVariableHero 0x0
Message 0x1
PlaySound 0x482
Message 0x2
FadeDefaultMusic
CloseMessageOnKeyPress
Call Function_#1
RestartMusic
ReleaseAll
End
Function 1:
Function #1
ApplyMovement 0x0 Movement_#1
WaitMovement
ApplyMovement 0xFF Movement_#2
WaitMovement
Message 0x7
WaitButton
CloseMessageOnKeyPress
ApplyMovement 0x0 Movement_#3
WaitMovement
End
and movement:
Movement #1
WalkLeftFast 0x5
WalkDownFast 0x2
WalkLeftFast 0x1
Exclamation 0x1
End
Movement #2
WalkRightFastSite 0x1
End
Movement #3
WalkRightFast 0x1
WalkUpFast 0x2
WalkRightFast 0x3
WaitDisappear 0x0
End
if anybody could help me then I would be so happy; I inserted this in my Pokemon diamond rom, and the first time it worked; then I edited Func1 (added SetFlag 0x....) and after it didn't want to run it on NO$GBA (It said something like; 'can't create ROM image') even though I removed the 'SetFlag' line that it had trouble with in the first place...
Do you guys see any errors in here?
It gives the NO$GBA error after the message 0x2 line; so basically in func1 somewhere?...
Please help me,
I would be really thankful for that :)
~Nielsbwashere
?
Well
I just added:
Message 0x1
WaitButton
CloseMessageOnKeyPress
before:
ApplyMovement 0x0 Movement_#1
WaitMovement
and it worked?
WTH pokemon
Last edited by a moderator: