From af4ec50a5cc2e314b5d60c85c5a9ef5c676d1848 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 29 Jul 2019 15:20:58 -0400 Subject: [PATCH] ootw: fine-tune pool graphics a bit --- ootw/ootw_graphics/sprites/physicist_l1_swim.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ootw/ootw_graphics/sprites/physicist_l1_swim.inc b/ootw/ootw_graphics/sprites/physicist_l1_swim.inc index ba21fb1f..80018e34 100644 --- a/ootw/ootw_graphics/sprites/physicist_l1_swim.inc +++ b/ootw/ootw_graphics/sprites/physicist_l1_swim.inc @@ -2,9 +2,9 @@ pool_exit_progression: .word pool_exit_1 ; 0 .word pool_exit_2 ; 1 .word pool_exit_3 ; 2 - .word pool_exit_3 ; 3 - .word pool_exit_2 ; 4 - .word pool_exit_1 ; 5 + .word pool_exit_2 ; 3 + .word pool_exit_1 ; 4 + .word pool_exit_0 ; 5 .word pool_exit_0 ; 6 .word pool_exit_0 ; 7 .word pool_exit_0 ; 8