Skip to content

Commit

Permalink
fail seems
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 committed Apr 14, 2024
1 parent f09d248 commit 31f1c39
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 @@ -98,8 +98,8 @@ void UpdatePagesSetup() {
//.text:003EBDA4 BNE loc_3EBD88
//.text : 003EBDA6 MOV.W R10, #3
//WriteProcMem(geode::base::get() + 0x3ebda2, { 0xba, 0xf1, (uint8_t)cmp_amount });
auto addr = geode::addresser::getNonVirtual(geode::modifier::Resolve<int>::func(&LevelSelectLayer::init)) + 0x2e2;
WriteProcMem(addr, { 0xba, 0xf1, (uint8_t)cmp_amount });
//auto addr = geode::addresser::getNonVirtual(geode::modifier::Resolve<int>::func(&LevelSelectLayer::init)) + 0x2e2;
//WriteProcMem(addr, { 0xba, 0xf1, (uint8_t)cmp_amount });
#endif
}

Expand Down

0 comments on commit 31f1c39

Please sign in to comment.