Skip to content

Commit d50b2b6

Browse files
Correct course name
1 parent f3d7ea3 commit d50b2b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

levels/course_defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
DEFINE_COURSE( COURSE_NONE, 0x44444440, "Course Hub (Castle Grounds)") // (0)
1818
DEFINE_COURSE( COURSE_BOB, 0x00022240, "Bob Omb Battlefield") // (1)
1919
DEFINE_COURSE( COURSE_WF, 0x00002040, "Whomp's Fortress") // (2)
20-
DEFINE_COURSE( COURSE_JRB, 0x22222240, "Jolly Rodger's Bay") // (3)
20+
DEFINE_COURSE( COURSE_JRB, 0x22222240, "Jolly Roger Bay") // (3)
2121
DEFINE_COURSE( COURSE_CCM, 0x00220040, "Cool Cool Mountain") // (4)
2222
DEFINE_COURSE( COURSE_BBH, 0x22222240, "Big Boo's Haunt") // (5)
2323
DEFINE_COURSE( COURSE_HMC, 0x22222240, "Hazy Maze Cave") // (6)

0 commit comments

Comments
 (0)