replace is_trial with is_nte

This commit is contained in:
Martin Michelsen
2024-02-09 19:12:02 -08:00
parent d0c3e1b7d8
commit 884a5ce75a
20 changed files with 431 additions and 431 deletions
@@ -24,10 +24,10 @@ start:
cmplwi r0, 0x47 # Check if high byte of game ID is 'G'
beq not_trial
cmplwi r0, 0x44 # Check if high byte of game ID is 'D'
beq is_trial
beq is_nte
li r3, 0
blr
is_trial:
is_nte:
li r3, 0x0054
b end_trial_check
not_trial: