Page 1 of 1

WoW-type scrolling (Keen 4)

Posted: Tue Mar 10, 2020 10:35 pm
by szemigi
Hey, is it possible to have 3 levels that are WoW-type scrolling levels? If so, can you make it?

Re: WoW-type scrolling (Keen 4)

Posted: Fri Apr 10, 2020 5:00 pm
by 55Aavenue
Doesn't this already exist on the Wiki?

From the wiki patches page on Well of Wishes:

Code: Select all

#Which levels are WoW levels

%patch $9051 $A7EDW  $00 $74
%patch $9058 $A7EDW  $11 $74
If you changed it to:

Code: Select all

#Which levels are WoW levels

%patch $9051 $A7EDW  $00 $74
%patch $9058 $A7EDW  $11 $77 #jump if above level 17 so all levels above 17 will have WoW scrolling
So in this example you could have a level 18,19 and 20 which would all have WoW scrolling