Skip to content

Commit

Permalink
Fix magicval for US version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNbaYoh committed Dec 27, 2016
1 parent 751aa69 commit 9413b40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions paint_ropdb/ropdb_eu.txt
Expand Up @@ -63,4 +63,5 @@
"LINEAR_THREAD_TAKEOVER_PTR" : "0x30CE098C",
"LINEAR_THREAD_LOOP_BREAK_PTR" : "0x241910 + 0xD",

"PAINT_MAGICVAL" : "0xE28DD080"
}
2 changes: 2 additions & 0 deletions paint_ropdb/ropdb_us.txt
Expand Up @@ -63,4 +63,6 @@
"LINEAR_THREAD_TAKEOVER_PTR" : "0x30CE098C",
"LINEAR_THREAD_LOOP_BREAK_PTR" : "0x241910 + 0xD",

"PAINT_MAGICVAL" : "0xAA00005B"

}
2 changes: 0 additions & 2 deletions paint_save/paint_constants.s
Expand Up @@ -3,8 +3,6 @@
BUTTON_SELECT equ 0x4
BUTTON_START equ 0x8

PAINT_MAGICVAL equ 0xE28DD080

ROP_STAGE2_OFFSET equ 0xC8
PAINT_APPMEMTYPE_PTR equ 0x1FF80030

Expand Down

0 comments on commit 9413b40

Please sign in to comment.