mirror of https://github.com/nmlgc/ReC98.git
[Maintenance] [th01] High Score menu: Consistently use the ENDM_A.GRP constant
Part of P0229, funded by Ember2528.
This commit is contained in:
parent
6e9c4c7b9d
commit
8e24c92bd9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue