Users browsing this thread: 1 Guest(s)
Random Encounters Menu Option

#5
Posts: 3,971
Threads: 279
Thanks Received: 238
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(01-23-2022, 04:22 PM)PowerPanda Wrote: Could you use that avilable code to have 4 different values?
0%
50%
100%
150%

Do you mean have 4 options in the menu or having the relics (and combination of them) do that effect? Either way is possible but the former is a bit more menu work. Since I'm using a SRAM byte I can have 2 flags instead of 1 and have 4 combinations possible (0 to 3). I could do this as a 2nd patch for the hack.

So the tables would look like this? (The $C0 disassembly point out the first two words of each table might be inverted? was that ever confirmed as a bug?)

Code:
// 150%
90 00
20 01
40 02
00 00

// 100%
60 00
C0 00
80 01
00 00

// 50%
30 00
60 00
C0 00
00 00

// 0%
00 00
00 00
00 00
00 00
  Find
Quote  



Messages In This Thread
Random Encounters Menu Option - by madsiur - 01-22-2022, 07:28 PM
RE: Random Encounters Menu Option - by Lightning - 01-22-2022, 11:50 PM
RE: Random Encounters Menu Option - by madsiur - 01-23-2022, 09:28 AM
RE: Random Encounters Menu Option - by PowerPanda - 01-23-2022, 04:22 PM
RE: Random Encounters Menu Option - by madsiur - 01-23-2022, 05:28 PM
RE: Random Encounters Menu Option - by PowerPanda - 01-23-2022, 09:28 PM
RE: Random Encounters Menu Option - by madsiur - 01-23-2022, 10:01 PM
RE: Random Encounters Menu Option - by Warrax - 01-23-2022, 08:57 PM
RE: Random Encounters Menu Option - by PowerPanda - 01-23-2022, 10:04 PM
RE: Random Encounters Menu Option - by madsiur - 01-25-2022, 11:07 PM
RE: Random Encounters Menu Option - by madsiur - 01-30-2022, 10:44 AM
RE: Random Encounters Menu Option - by Ok Impala! - 01-31-2022, 03:39 AM
RE: Random Encounters Menu Option - by madsiur - 01-31-2022, 11:24 AM
RE: Random Encounters Menu Option - by madsiur - 02-24-2022, 12:32 PM
RE: Random Encounters Menu Option - by madsiur - 02-24-2022, 07:30 PM
RE: Random Encounters Menu Option - by doofenH - 04-18-2022, 08:36 PM
RE: Random Encounters Menu Option - by madsiur - 04-19-2022, 10:48 PM
RE: Random Encounters Menu Option - by buvk - 03-18-2024, 11:38 PM
RE: Random Encounters Menu Option - by madsiur - 03-19-2024, 07:41 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite