| Jarofmayo Member Level: 13 ![]() Posts: 28/31 EXP: 9565 For next: 702 Since: 11-25-13 Since last post: 3.2 years Last activity: 334 days |
|
||
| 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 |






