Jump to content

How to set a Boolean type function


Go to solution Solved by Rook,

3 posts in this topic

Recommended Posts

Posted (edited)

I just found this GameInfo::get_IsCheatMode which is referenced a whole lot of times in GameBreaking features. (It acts like a debugmenu) As it says IsCheatMode I thought it would be possible to set it to true but I dont know how.

Spoiler

GameInfo::get_IsCheatMode
LDRB            W0, [X0,#0x220]
RET
; End of function GameInfo::get_IsCheatMode
-------------------------------------------------
GameInfo::set_IsCheatMode
STRB            W1, [X0,#0x220]
RET
; End of function GameInfo::set_IsCheatMode

 

 

Updated by ggAyMe
  • Solution
Posted

Does that have any xrefs?

You can set it to true: 20008052

  • Winner 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines