Skip to content

Commit

Permalink
Update gnw_fire.py fix AM/PM
Browse files Browse the repository at this point in the history
  • Loading branch information
bzhxx authored Mar 4, 2024
1 parent 431e984 commit 273b518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/gnw_fire.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
rom.ADD_TIME_MIN_LSB=57
rom.ADD_TIME_SEC_MSB=58
rom.ADD_TIME_SEC_LSB=59
rom.ADD_TIME_HOUR_MSB_PM_VALUE = 0
rom.ADD_TIME_HOUR_MSB_PM_VALUE = 8

# Input R(4)
K1 = rom.BTN_SHORTCUT_B_TIME
Expand Down

0 comments on commit 273b518

Please sign in to comment.