Navigation Menu

Skip to content

Commit

Permalink
[Maintenance] [th01] High Score menu: Consistently use the ENDM_A.GRP…
Browse files Browse the repository at this point in the history
… constant

Part of P0229, funded by Ember2528.
  • Loading branch information
nmlgc committed Feb 28, 2023
1 parent 6e9c4c7 commit 8e24c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion th01/end/end.cpp
Expand Up @@ -23,6 +23,7 @@
#include "th01/end/type.hpp"
#include "th01/end/vars.hpp"
#include "th01/shiftjis/end.hpp"
#include "th01/shiftjis/fns.hpp"
#include "th01/shiftjis/scoredat.hpp"
#include "th01/shiftjis/title.hpp"

Expand Down Expand Up @@ -518,7 +519,7 @@ void verdict_animate_and_regist(void)
grp_palette_black_out(10);

graph_accesspage_func(1);
grp_put_palette_show("endm_a.grp");
grp_put_palette_show(REGIST_BG_CLEARED);
graph_copy_accessed_page_to_other();

graph_accesspage_func(0);
Expand Down

0 comments on commit 8e24c92

Please sign in to comment.