Skip to content

Commit

Permalink
Typo in warps.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico authored May 20, 2021
1 parent d506ed7 commit 391d73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/msys/warps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ WarpsSceneMenu WarpsPlacesTownsMenu = {
.title="Clock Town Entrances",
.nbItems = 19,
.scenes={
{"00: South Clock Town", &Entrances_Mayors_Residence},
{"00: Mayor's Residence", &Entrances_Mayors_Residence},
{"08: Honey and Darling's", &Entrances_Honey_And_Darlings_Shop},
{"0E: Curiousity Shop", &Entrances_Curiosity_Shop},
{"24: Milk Bar", &Entrances_Milk_Bar},
Expand Down Expand Up @@ -379,4 +379,4 @@ void ManuallyEnterEntranceIndex(void){
// void ClearCutscenePointer(void){
// static u32 nullCS[] = { 0, 0 };
// gGlobalContext->csCtx.segment = &nullCS;
// }
// }

0 comments on commit 391d73e

Please sign in to comment.