From 357031715b8a6df7d9163f87e31702c1fe5545bc Mon Sep 17 00:00:00 2001 From: qndel Date: Sun, 15 Sep 2019 03:53:54 +0200 Subject: [PATCH] [hellfire] CreateTown bin exact --- Source/town.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Source/town.cpp b/Source/town.cpp index 1ca9f3dab..2a2574a6c 100644 --- a/Source/town.cpp +++ b/Source/town.cpp @@ -1508,6 +1508,16 @@ void CreateTown(int entry) ViewX = 41; ViewY = 81; } +#ifdef HELLFIRE + if (TWarpFrom == 21) { + ViewX = 36; + ViewY = 25; + } + if (TWarpFrom == 17) { + ViewX = 79; + ViewY = 62; + } +#endif } T_Pass3();