diff options
author | YamaArashi <shadow962@live.com> | 2015-07-15 20:04:58 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-15 20:04:58 -0700 |
commit | bd7d9815936decc5b636f4235c0ee745812dcb48 (patch) | |
tree | d88ff7a45f7b8a80a02f099052da9b4eb2e14d21 /hram.asm | |
parent | ac78dda7d8a4a6cf9af95f601bdac9fc348c65a6 (diff) |
menu stuff
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -44,6 +44,9 @@ hNPCMovementDirections2Index EQU $FF95 ; CalcPositionOfPlayerRelativeToNPC hNPCSpriteOffset EQU $FF95 +; temp value used when swapping bytes +hSwapTemp EQU $FF95 + ; Multiplcation and division variables are meant ; to overlap for back-to-back usage. Big endian. @@ -198,6 +201,8 @@ hTilesetType EQU $FFD7 H_CURRENTSPRITEOFFSET EQU $FFDA ; multiple of $10 +hNewPartyLength EQU $FFE4 + hDividend2 EQU $FFE5 hDivisor2 EQU $FFE6 hQuotient2 EQU $FFE7 |