summaryrefslogtreecommitdiff
path: root/hram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-17 00:16:27 -0700
committerYamaArashi <shadow962@live.com>2015-07-17 01:22:00 -0700
commitaa3da5f3b07b8965bf7d4f1b5449ce67bed4fb87 (patch)
tree1e0c335792f3635c3c71bb60aee1e8006def102f /hram.asm
parent9fbd9e9a1f23ff3fe09eee2518dd752a6d2e132c (diff)
title / diploma / vending machine
Diffstat (limited to 'hram.asm')
-rw-r--r--hram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/hram.asm b/hram.asm
index acc66a65..ee71d4d6 100644
--- a/hram.asm
+++ b/hram.asm
@@ -201,6 +201,9 @@ hTilesetType EQU $FFD7
H_CURRENTSPRITEOFFSET EQU $FFDA ; multiple of $10
+hVendingMachineItem EQU $FFDB
+hVendingMachinePrice EQU $FFDC ; 3-byte BCD number
+
hNewPartyLength EQU $FFE4
hDividend2 EQU $FFE5