Skip navigation
NintendoAge
Welcome, Guest! Please Login or Join
Loading...

Joshua(NES) - Level reduction help needed

Aug 16, 2018 at 2:01:44 PM
Immutable (0)
avatar
< Tourian Tourist >
Posts: 35 - Joined: 10/29/2013
New Jersey
Profile
I am having trouble finding the (hex) code that will allow me to decrease the level count in Joshua (NES, Wisdom Tree) from 100 to 20. The dialog of the final screen begins on the offset 000406, but I was hoping to find a code that would compare the level count to 100. Any help on this matter would be appreciated!

Aug 17, 2018 at 9:52:42 PM
hybrid (45)
avatar
(jeff .) < Lolo Lord >
Posts: 1827 - Joined: 10/04/2008
Virginia
Profile
the level counter was at 2A the compare is listed
$996B:A9 64 LDA #$64
$996D:_D5 2A CMP $2A,X @ $002A = #$00

so this game genie code will do the trick this is for version 6.0

GPVOKPGT

-------------------------


Edited: 08/17/2018 at 09:53 PM by hybrid