Skip to content

Commit

Permalink
Change message wording
Browse files Browse the repository at this point in the history
Don't specify "illegal" in case allowed in some races
  • Loading branch information
cjohnson57 committed Apr 23, 2022
1 parent c6ac599 commit 2eb94b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified ASM/build/bundle.o
Binary file not shown.
2 changes: 1 addition & 1 deletion ASM/c/model_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void draw_illegal_model_text(z64_disp_buf_t *db) {

// Create collected/required string
char text[str_len + 1];
strncpy(text, "Race illegal model, irregular skeleton\0", str_len + 1);
strncpy(text, "Race advisory:irregular model skeleton\0", str_len + 1);

// Call setup display list
gSPDisplayList(db->p++, &setup_db);
Expand Down
14 changes: 7 additions & 7 deletions data/generated/rom_patch.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2eb94b4

Please sign in to comment.