Skip to content

Commit

Permalink
Modified the memory address used to read the game's section ID which …
Browse files Browse the repository at this point in the history
…was previously reading the party leader's section ID.
  • Loading branch information
StephenCWills committed Jul 28, 2017
1 parent 65da6f9 commit 1447ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kill Counter/init.lua
Expand Up @@ -29,7 +29,7 @@ local _BankPointer = 0x00A95EE0

local _Difficulty = 0x00A9CD68
local _Episode = 0x00A9B1C8
local _SectionID = 0x00A9C4D8
local _SectionID = 0x00A962BC
local _Location = 0x00AAFC9C

local _EntityCount = 0x00AAE164
Expand Down

0 comments on commit 1447ffc

Please sign in to comment.