Ljink
Random nobody
Level: 2
   
Posts: 1/1
EXP: 38 For next: 8
Since: 05-07-18
Since last post: 4.0 years Last activity: 4.0 years
|
|
Originally posted by Jarofmayo Recently played and finished the Infinity gbc demo from Affinix. Was wondering if there was a way to get past the demo lock or if there is a walk through walls cheat? Curious to see what the rest of the game has in store.
Edit: Probably helps to give a save that's towards the end of the demo,
https://www.dropbox.com/s/epm50didsf17kho/Infinity.sav?dl=0
Second edit:
Found that the source code for the game is on github here: https://github.com/infinity-gbc/infinity
Digging through it I found where the where the end of demo message pops up and then locks the game.
In /resource/eve/grw.eve there's these lines of code:
"grw_part1b:
;set(B,$4f)
;set(C,$39)
;goto(OVER_WARP)
fadeout(X_FADE)
song_off
say(MSG_END)
song(SNG_ALUTHA)
lock"
I downloaded the source and change them to:
grw_part1b:
set(B,$4f)
set(C,$39)
goto(OVER_WARP)
However now I'm having a hard time to re-building and complying the game into a rom now. Anyone else able to using the instructions on the game's github page?
Third Edit: I've managed to get everything to work, and getting past the demo lock screen should be possible now. Here's a link to the rom
https://www.dropbox.com/s/c13uurg9n5o5ygr/test.gb?dl=0
I don't know how to thank you, I've tried to rebuild the game several times, and it always failed. Thank you soooooo much man! I made an account just to thank you, lol.
|