about summary refs log tree commit diff stats
path: root/Test/Temp.cpp
blob: 3d589c1696e87d19e027f543f3dc888b97a61e02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "gtest/gtest.h"
#include "Randomizer.h"

GTEST_TEST(SwapTests, Shipwreck) {
	Randomizer randomizer;
	int shipwreck = 0xAFB;
	int thEntry = 0x288C;
	int si1 = 0x00000022;
	int bu1 = 0x6;
	int td1 = 0x5D;

	randomizer.SwapPanels(si1, td1, SWAP_LINES);

}