From 5ad08f6611c8c777c43cfa0d2380b6ad6554a54d Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Wed, 7 Nov 2018 09:26:42 -0800 Subject: Not sure what other feature work is valuable -- I'd rather work on exporting. --- Test/Temp.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Test/Temp.cpp') diff --git a/Test/Temp.cpp b/Test/Temp.cpp index 14f3bbf..c847c6b 100644 --- a/Test/Temp.cpp +++ b/Test/Temp.cpp @@ -8,7 +8,12 @@ GTEST_TEST(SwapTests, Shipwreck) { int si1 = 0x00000022; int bu1 = 0x6; int td1 = 0x5D; + int ypp = 0x33EA; + int ramp_activation_shapers = 0x21D5; + int mill_upper_5 = 0x146C; + int mill_entry_left = 0x1E5A; + int mill_upper_7 = 0x03686; - randomizer.SwapPanels(si1, td1, Randomizer::SWAP::LINES); + randomizer.SwapPanels(ypp, mill_upper_7, Randomizer::SWAP::LINES); } -- cgit 1.4.1