Register - Login
Views: 99840412
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-03-22 11:15:26 PM
Jul - Posts by Ljink
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, in Infinity GBC pass the demo lock? (last edited by Ljink at 05-07-18 09:19:00 PM) Link
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.
Jul - Posts by Ljink


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

19 database queries.
Query execution time: 0.192273 seconds
Script execution time: 0.004174 seconds
Total render time: 0.196447 seconds