Skip to content

Commit

Permalink
Merge pull request #42 from andwhyisit/pausemenu-2
Browse files Browse the repository at this point in the history
Pause Menu Part 2
  • Loading branch information
andwhyisit authored Jun 30, 2024
2 parents 23022b2 + f36e9a3 commit 78d54c9
Show file tree
Hide file tree
Showing 5 changed files with 321 additions and 50 deletions.
3 changes: 3 additions & 0 deletions game/src/core/state_indexes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ SECTION "State Machine Indexes", WRAM0[$C480]
W_CoreStateIndex:: ds 1
W_CoreSubStateIndex:: ds 1

SECTION "Transport Option State Indexes", WRAM0[$C57A]
W_TransportOptionSubSubSubStateIndex:: ds 1

SECTION "Naming Screen State Indexes", WRAM0[$C580]
W_NamingScreenSubSubStateIndex:: ds 1

Expand Down
Loading

0 comments on commit 78d54c9

Please sign in to comment.