Skip to content

Commit

Permalink
Experimental fix for the CakeHax entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k3 committed Feb 1, 2016
1 parent f85b606 commit c2c56c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/draw.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#ifdef EXEC_GATEWAY
#define TOP_SCREEN0 (u8*)(*(u32*)((uint32_t)0x080FFFC0 + 4 * (*(u32*)0x080FFFD8 & 1)))
#define BOT_SCREEN0 (u8*)(*(u32*)0x080FFFD4)
#define BOT_SCREEN0 (u8*)(*(u32*)0x080FFFD0)
#define TOP_SCREEN1 TOP_SCREEN0
#define BOT_SCREEN1 BOT_SCREEN0
#elif defined(EXEC_BOOTSTRAP)
Expand Down

0 comments on commit c2c56c5

Please sign in to comment.