WoW-type scrolling (Keen 4)

Request patches for Keens 4-6.
Post Reply
User avatar
szemigi
Posts: 716
Joined: Fri Jan 23, 2009 8:06 pm
Location: Hungary
Contact:

WoW-type scrolling (Keen 4)

Post by szemigi »

Hey, is it possible to have 3 levels that are WoW-type scrolling levels? If so, can you make it?
55Aavenue
Posts: 19
Joined: Wed Apr 04, 2018 7:19 pm

Re: WoW-type scrolling (Keen 4)

Post 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
Post Reply