Chachythehuman Posted May 7, 2014 Posted May 7, 2014 Hi, does anyone knows if exists a script that save the game without ask to the player, i want to force the saving after the player receives a pokémon but idk how
Kaphotics Posted May 7, 2014 Posted May 7, 2014 https://sites.google.com/site/kaphotics/b2w2-scripting Bottom of the page. As for force saving without showing anything, it is not known. Just save once, give stuff, then force save again. If they do not save, just branch back to the 'you must save' message.
Chachythehuman Posted May 7, 2014 Author Posted May 7, 2014 https://sites.google.com/site/kaphotics/b2w2-scriptingBottom of the page. As for force saving without showing anything, it is not known. Just save once, give stuff, then force save again. If they do not save, just branch back to the 'you must save' message. how do i skip back into a scrip? I know 1F 00 FF XX 00 00 00 is for skip forward, but when i found a script that skip back looks like 1E 00 A9 FF FF FF i dont see the relation between the value and the code amount it skips back pls help
Kaphotics Posted May 7, 2014 Posted May 7, 2014 it's a 32 bit integer; negative numbers. FFFFFFFF = -1 FFFFFFFE = -2 etc.
Chachythehuman Posted May 7, 2014 Author Posted May 7, 2014 it's a 32 bit integer; negative numbers.FFFFFFFF = -1 FFFFFFFE = -2 etc. thanks a lot
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now