[Maintenance] [th01] High Score menu: Consistently use the ENDM_A.GRP constant

Part of P0229, funded by Ember2528.
This commit is contained in:
nmlgc 2023-01-28 01:33:32 +01:00
parent 6e9c4c7b9d
commit 8e24c92bd9
1 changed files with 2 additions and 1 deletions

View File

@ -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"
@ -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);