Skip to content

Commit

Permalink
fixed OH5500
Browse files Browse the repository at this point in the history
  • Loading branch information
weigo87 committed Jun 30, 2024
1 parent dc67ea4 commit 2dadfd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bggo/base/are_patch/OH5500_are.tpa
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// is an outdoor area without extended night map
PATCH_IF ((((BYTE_AT 0x48) << 1) >> 7) & BIT0) BEGIN
WRITE_BYTE 0x48 (THIS BXOR BIT6) // Toggle extended night flag (BIT6) off
END

0 comments on commit 2dadfd3

Please sign in to comment.