User contributions for Raphi

A user with 404 edits. Account created on 2 August 2024.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

6 August 2024

5 August 2024

  • 19:1519:15, 5 August 2024 diff hist +4,540 RAM map (Boktai 1)No edit summary
  • 19:1519:15, 5 August 2024 diff hist +1,516 N Random number generatorCreated page with "The GBA Boktai games use a very simple method of generating random numbers: # There's a list of 1024 pregenerated u16 random numbers stored in EWRAM ("RNG Table") # The game keeps track of the last list index used in IWRAM ("RNG Index") # When the game needs a random number, it increments the RNG index (mod 1024)... # ...and then returns <code>RNG_Table[RNG_Index]</code>. # When the game needs a random value within a certain range, it instead returns <code>(RNG_Table[RN..."

4 August 2024

3 August 2024

2 August 2024

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)