You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you'd like L=A to be the default in a new game:
Go to src/new_game.c and find static void SetDefaultOptions(void) (line 89 for me). Add the line below.
No more sore-thumbs while scrolling through Professor Birch's intro!
Note: This default will only overwrite on a fresh sav file. If there was an older save file that you're overwriting to start a new game, it'll hold the attributes of the older sav file. This is what I'd think is preferable, but wanted this to be known for anyone expecting otherwise.