Jarofmayo
Member
Level: 13
   

Posts: 28/31
EXP: 9580 For next: 687
Since: 11-25-13
Since last post: 3.2 years Last activity: 344 days
|
| Posted on 01-14-18 05:10:27 AM (last edited by Jarofmayo at 01-14-18 11:03:22 PM) |
Link | Quote
| |
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
|
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
|
| Posted on 05-07-18 08:58:24 PM (last edited by Ljink at 05-07-18 09:19:00 PM) |
Link | Quote
| |
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.
|
Jarofmayo
Member
Level: 13
   

Posts: 29/31
EXP: 9580 For next: 687
Since: 11-25-13
Since last post: 3.2 years Last activity: 344 days
|
|
Originally posted by Ljink 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.
No problem, hope you enjoy it Ljink.
I'm also realizing this thread probably would have probably been better off in the General Game/ROM Hacking section than TCRF section. |