Pokegear functions and RAM labels

This commit is contained in:
PikalaxALT
2016-01-09 23:41:03 -05:00
parent f7ee74c3b8
commit 8360a1a2e8
10 changed files with 667 additions and 665 deletions

View File

@@ -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