Action Replay SpecificAction Replay Specific
Posted at 2008. 12. 14. 21:07 | Posted in :: 잡담 ::Action Replay Specific
Action Replay code type 0x09 gives the hacker some nice flexibility with activators. This code type gives the hacker the option of executing code when a value is not equal to the value specified. Using this attribute we can make codes that can be activated when more than one button is being pressed. The following is a list of inverted values for DS key presses.
Value | Button |
---|---|
GBA Activator Values | |
FFFE | A |
FFFD | B |
FFFB | Select |
FFF7 | Start |
FFEF | Right |
FFDF | Left |
FFBF | Up |
FF7F | Down |
FEFF | Right Trigger |
FDFF | Left Trigger |
NDS Activator Values | |
FBFF | X |
F7FF | Y |
DFFF | Debug Button |
7FFF | NDS Not Folded |
Bitwise AND is used to combine two or more buttons together.
(A & B) = (FFFE & FFFD) = FFFC
':: 잡담 ::' 카테고리의 다른 글
열린 포트 확인 (0) | 2009.02.22 |
---|---|
절친노트 MC, 113초가 뭐야 (0) | 2009.02.21 |
Could not create uninstall entry (2) (1) | 2009.02.09 |
파일 또는 폴더 삭제 오류 (0) | 2009.01.21 |
내 블로그는 独이다. (2) | 2008.12.30 |
프록시 설정 검색 중... (0) | 2008.11.23 |