redriders180
Mastermind of Pokemon Glazed
- 314
- Posts
- 14
- Years
- Path of Victory, Tunod
- Seen Dec 17, 2016
money script problem
rom: ruby
Script editor: XSE
the show money command doesn't work, making the other moony commands useless! can anyone help?
Spoiler:#dynamic 0x800000
#org @start
checkflag 0x212
if 0x1 goto @done
applymovement 0x3 @move
waitmovement 0x0
msgbox @1 0x6
showmoney 0x00 0x00 0x00
givemoney 0x1F4 0x00
updatemoney 0x00 0x00 0x00
hidemoney 0x00 0x00
msgbox @2 0x6
msgbox @3 0x6
applymovement 0x3 @move2
waitmovement 0x0
hidesprite 0x3
setflag 0x212
setflag 0x211
release
end
#org @move
#raw 0x56
#raw 0x0A
#raw 0x0A
#raw 0xFE
#org @move2
#raw 0x16
#raw 0x16
#raw 0x16
#raw 0x16
#raw 0x16
#raw 0x16
#raw 0x16
#raw 0xFE
#org @1
= Hi trainer! I feel the need\nto share my money!
#org @2
= [red_rs]\v\h01: Thanks!
#org @3
= [blue_rs]Savings Guy: No problem!
Are you sure it's not running? The way you have the money codes one after the other, it's basically showing the money and then hiding the money very fast. Are the things after the money commands working? If they are, maybe put a pause 0x20 after the updatemoney command.