Skip to content

Commit

Permalink
Fix #1522
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Sep 10, 2024
1 parent fd753c6 commit d0a240a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions retail/common/include/locations.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
#define CARDENGINEI_ARM7_BUFFERED_LOCATION 0x027B2000
#define CARDENGINEI_ARM9_SDK5_BUFFERED_LOCATION 0x027E0000

#define CHEAT_ENGINE_LOCATION 0x037B8000
#define CHEAT_ENGINE_LOCATION 0x037C0000
#define CHEAT_ENGINE_LOCATION_ALT 0x03000000
#define CHEAT_ENGINE_TWLSDK_SMALL_LOCATION 0x02F60000
#define CHEAT_ENGINE_TWLSDK_LOCATION 0x02F00000
#define CHEAT_ENGINE_TWLSDK_LOCATION_3DS 0x0DFF7C00
#define CHEAT_ENGINE_DSIWARE_LOCATION 0x02FD9400
#define CHEAT_ENGINE_DSIWARE_LOCATION3 0x02F80C00
#define CARDENGINEI_ARM7_LOCATION 0x037C0400
#define CARDENGINEI_ARM7_LOCATION 0x037C8400
#define CARDENGINEI_ARM7_LOCATION_ALT 0x03008400
#define CARDENGINEI_ARM7_TWLSDK_LOCATION 0x03037A00
#define CARDENGINEI_ARM7_TWLSDK_LOCATION3 0x03807200
Expand Down

0 comments on commit d0a240a

Please sign in to comment.