aboutsummaryrefslogtreecommitdiffstats
path: root/hram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-03-14 02:08:30 -0400
committeryenatch <yenatch@gmail.com>2015-03-14 02:08:30 -0400
commitec76703936ae690411a29c4f6ff11eef41ebdfd3 (patch)
treef06149eb62213a0401c515c6f922e803ce5109d2 /hram.asm
parentLow health alarm documentation (diff)
parentrelabel and add comment (diff)
downloadpokeyellow-ec76703936ae690411a29c4f6ff11eef41ebdfd3.tar.gz
pokeyellow-ec76703936ae690411a29c4f6ff11eef41ebdfd3.tar.xz
pokeyellow-ec76703936ae690411a29c4f6ff11eef41ebdfd3.zip
Merge pull request #87 from YamaArashi/master
commented mon_party_sprites.asm
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index 1becd8c0..a6035b59 100644
--- a/hram.asm
+++ b/hram.asm
@@ -24,6 +24,8 @@ H_SPRITEINDEX EQU $FF8C
; DisplayTextID's argument
hSpriteIndexOrTextID EQU $FF8C
+hPartyMonIndex EQU $FF8C
+
; Multiplcation and division variables are meant
; to overlap for back-to-back usage. Big endian.