Skip to content

Commit

Permalink
use clock addresses instead of health
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguupinguu committed Feb 23, 2023
1 parent 48e05bc commit 0f5119d
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions Playstation/Sabrina the Teenage Witch A Twitch in Time!.rascript
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ achievement(
points=10,
id=292620,
trigger=
map_ID() == 3 &&

save_protection() &&
clear_level() &&
bob_health() == 0
clock_virgo() > prev(clock_virgo())
)
achievement(
"Into Egypt We Go!",
Expand All @@ -131,11 +130,9 @@ achievement(
"Beat Ra in Tomb Construction Site and collect the Sagittarius clock piece!",
points=10,
id=292623,
trigger=
map_ID() == 6 &&
trigger=
save_protection() &&
clear_level() &&
ra_rainmaker_health() == 0
clock_saggitarius() > prev(clock_saggitarius())
)
achievement(
"A Formal Trip to Japan!",
Expand Down Expand Up @@ -194,10 +191,8 @@ achievement(
points=10,
id=292629,
trigger=
map_ID() == 0xc &&
save_protection() &&
clear_level() &&
ra_rainmaker_health() == 0
clock_libra() > prev(clock_libra())
)
achievement(
"The Final Matching Showdown!",
Expand Down Expand Up @@ -344,6 +339,4 @@ achievement(
)
// $0C8566: [8bit] Costume Equipped
// 0x00=Default
// 0x02=Cavewoman


// 0x02=Cavewoman

0 comments on commit 0f5119d

Please sign in to comment.