summaryrefslogtreecommitdiff
path: root/src/code/flg_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/flg_set.c')
-rw-r--r--src/code/flg_set.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/flg_set.c b/src/code/flg_set.c
index 04167c2ec..190439486 100644
--- a/src/code/flg_set.c
+++ b/src/code/flg_set.c
@@ -78,7 +78,7 @@ void FlagSet_Update(PlayState* play) {
s32 pad;
polyOpa = POLY_OPA_DISP;
- gfx = Graph_GfxPlusOne(polyOpa);
+ gfx = Gfx_Open(polyOpa);
gSPDisplayList(OVERLAY_DISP++, gfx);
GfxPrint_Init(&printer);
@@ -171,7 +171,7 @@ void FlagSet_Update(PlayState* play) {
GfxPrint_Destroy(&printer);
gSPEndDisplayList(gfx++);
- Graph_BranchDlist(polyOpa, gfx);
+ Gfx_Close(polyOpa, gfx);
POLY_OPA_DISP = gfx;
}