diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-09 23:41:03 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-09 23:41:03 -0500 |
commit | 8360a1a2e81d3c3d6c2529c9a6834b011fd66f36 (patch) | |
tree | 19d14ab6dbeca968a51a1818e4fee89ccb55a072 /macros/wram.asm | |
parent | f7ee74c3b8fdd57c92844f3f9d7a89c0f9770d6d (diff) |
Pokegear functions and RAM labels
Diffstat (limited to 'macros/wram.asm')
-rwxr-xr-x | macros/wram.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/macros/wram.asm b/macros/wram.asm index 4e43bfddf..175fc4dea 100755 --- a/macros/wram.asm +++ b/macros/wram.asm @@ -232,3 +232,20 @@ move_struct: MACRO \1PP:: ds 1 \1EffectChance:: ds 1 endm + +slot_reel: MACRO +\1ReelAction:: db +\1TilemapAddr:: dw +\1Position:: db +\1SpinDistance:: db +\1SpinRate:: db +\1OAMAddr:: dw +\1XCoord:: db +\1Slot09:: ds 1 +\1Slot0a:: ds 1 +\1Slot0b:: ds 1 +\1Slot0c:: ds 1 +\1Slot0d:: ds 1 +\1Slot0e:: ds 1 +\1Slot0f:: ds 1 +endm
\ No newline at end of file |