Skip to content

Commit

Permalink
add +1 to world addr in RP
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguupinguu committed Jul 15, 2023
1 parent 5bee890 commit 1a40223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC Engine CD/Motteke Tamago.rascript
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ achievement(
// bit3=4P
function player_sum() => bit0(0x1a61) + bit1(0x1a61) + bit2(0x1a61) + bit3(0x1a61)
// $1A66: [8bit] World
function world() => byte(0x1a66)
function world() => byte(0x1a66) + 1
// $1A67: [8bit] Stage (Value - 1)
function stage() => byte(0x1a67) + 1
// $1B90: [16bit] 1P Score - * 10 = Value
Expand Down

0 comments on commit 1a40223

Please sign in to comment.