Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Apr 14, 2024
1 parent f0ce0db commit 4364b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _Src/controllers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ void UpdatePagesSetup() {
// .text:003EBDA0 CMP.W R10, #0x17
//.text:003EBDA4 BNE loc_3EBD88
//.text : 003EBDA6 MOV.W R10, #3
WriteProcMem(geode::base::get() + 0x3ebda2, { 0xba, 0xf1, (uint8_t)cmp_amount });
//WriteProcMem(geode::addresser::getNonVirtual(geode::modifier::AsStaticFunction_init<LevelSelectLayer, bool>()) + 0x2e2, { 0xba, 0xf1, (uint8_t)cmp_amount });
//WriteProcMem(geode::base::get() + 0x3ebda2, { 0xba, 0xf1, (uint8_t)cmp_amount });
WriteProcMem(geode::addresser::getNonVirtual(geode::modifier::AsStaticFunction_init<LevelSelectLayer, bool>()) + 0x2e2, { 0xba, 0xf1, (uint8_t)cmp_amount });
#endif
}

Expand Down

0 comments on commit 4364b42

Please sign in to comment.