diff options
author | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-01-04 07:41:19 -0500 |
commit | 0add51451cda9d4221af137f83e2429d3577310c (patch) | |
tree | fd05f8f0ad49d88b032dc9e10af85a42dfa0e402 /hram.asm | |
parent | da87d2a929b1d58175efe063833c124d8ba702c9 (diff) | |
parent | 2a263629a40e201b1702e2f4e65f1c61360cc2b2 (diff) |
Merge pull request #330 from PikalaxALT/scriptmacrorenaming
Scriptmacrorenaming
Diffstat (limited to 'hram.asm')
-rw-r--r-- | hram.asm | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,8 +1,9 @@ +HRAM_START EQU $ff80 hPushOAM EQU $ff80 hROMBankBackup EQU $ff8a hBuffer EQU $ff8b - +hFF8C EQU $ff8c hRTCDayHi EQU $ff8d hRTCDayLo EQU $ff8e hRTCHours EQU $ff8f @@ -34,7 +35,7 @@ hInMenu EQU $ffaa hPrinter EQU $ffac hFillBox EQU $ffad - +hMoveMon EQU $ffae hMapObjectIndexBuffer EQU $ffaf hObjectStructIndexBuffer EQU $ffb0 @@ -75,9 +76,10 @@ hFFC1 EQU $ffc1 hFFC2 EQU $ffc2 hMoneyTemp EQU $ffc3 -hLCDStatCustom EQU $ffc6 - -hFFC9 EQU $ffc9 +hFFC6 EQU $ffc6 +hFFC7 EQU $ffc7 +hFFC8 EQU $ffc8 +hMobileReceive EQU $ffc9 hFFCA EQU $ffca hLinkPlayerNumber EQU $ffcb hFFCC EQU $ffcc @@ -114,3 +116,7 @@ hCGB EQU $ffe6 hSGB EQU $ffe7 hDMATransfer EQU $ffe8 hMobile EQU $ffe9 +hFFEA EQU $ffea +hClockResetTrigger EQU $ffeb + +HRAM_END EQU $ffff |