diff options
| author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-07-17 10:49:54 -0500 |
|---|---|---|
| committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-07-17 10:49:54 -0500 |
| commit | 6e46ec61f9a324116ef016397cdce9e67f75e77f (patch) | |
| tree | 101d51fea00a852808f2a76d9e45a4b3779cab56 /hram.asm | |
| parent | More direction constants (diff) | |
| parent | money / coins hram constants (diff) | |
| download | pokeyellow-6e46ec61f9a324116ef016397cdce9e67f75e77f.tar.gz pokeyellow-6e46ec61f9a324116ef016397cdce9e67f75e77f.tar.xz pokeyellow-6e46ec61f9a324116ef016397cdce9e67f75e77f.zip | |
Merge pull request #103 from YamaArashi/master
Misc changes again
Diffstat (limited to 'hram.asm')
| -rw-r--r-- | hram.asm | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -92,6 +92,12 @@ hNPCPlayerRelativePosPerspective EQU $FF9B ; 1 = target is to the west hNPCPlayerRelativePosFlags EQU $FF9D +hMoney EQU $FF9F ; 3-byte BCD number +hCoins EQU $FFA0 ; 2-byte BCD number + +hDivideBCDDivisor EQU $FFA2 ; 3-byte BCD number +hDivideBCDQuotient EQU $FFA2 ; 3-byte BCD number + hSerialReceivedNewData EQU $FFA9 ; $01 = using external clock @@ -201,6 +207,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 |
