summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-19 03:52:20 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-19 03:52:20 -0500
commit64b4cf624fe2175e2c7539b91bc41b6dae28a00e (patch)
tree971ea955f5d40af7612f7b69029b49db98064690 /hram.asm
parentea9cc86949cecc3508aeac06b807372b6b0134d8 (diff)
parentd0526c036210d2ee186a2a45feac91747ef6fb85 (diff)
Merge branch 'master' of https://github.com/YamaArashi/pokered
Conflicts: engine/evos_moves.asm engine/overworld/healing_machine.asm
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index a05f3d18..8bbf7150 100644
--- a/hram.asm
+++ b/hram.asm
@@ -90,6 +90,8 @@ hNPCSpriteOffset EQU $FF95
; temp value used when swapping bytes
hSwapTemp EQU $FF95
+hExperience EQU $FF96 ; 3 bytes, big endian
+
; Multiplcation and division variables are meant
; to overlap for back-to-back usage. Big endian.
@@ -261,6 +263,8 @@ hQuotient2 EQU $FFE7
hSpriteVRAMSlotAndFacing EQU $FFE9
+hCoordsInFrontOfPlayerMatch EQU $FFEA
+
hSpriteAnimFrameCounter EQU $FFEA
H_WHOSETURN EQU $FFF3 ; 0 on player’s turn, 1 on enemy’s turn