diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-18 15:37:40 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-18 15:37:40 -0400 |
| commit | bb97b63af1fbeca208cb30a41f8195b4408821dc (patch) | |
| tree | 106b0bab693daa5335445b01c43a8cd4c851d231 /hram.asm | |
| parent | More bank3 documentation (diff) | |
| download | pokeyellow-bb97b63af1fbeca208cb30a41f8195b4408821dc.tar.gz pokeyellow-bb97b63af1fbeca208cb30a41f8195b4408821dc.tar.xz pokeyellow-bb97b63af1fbeca208cb30a41f8195b4408821dc.zip | |
Complete documentation of bank3
Also: split out bcd predefs from yellow/main.asm, start removing traces
of W_
Diffstat (limited to 'hram.asm')
| -rw-r--r-- | hram.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -155,6 +155,8 @@ hCoins EQU $FFA0 ; 2-byte BCD number hDivideBCDDivisor EQU $FFA2 ; 3-byte BCD number hDivideBCDQuotient EQU $FFA2 ; 3-byte BCD number +hDivideBCDBuffer EQU $FFA5 ; 3 bytes + hSerialReceivedNewData EQU $FFA9 @@ -322,8 +324,6 @@ hReadJoypad EQU $FFF8 ; 0 to read joypad, anything else skips joypad check ; bit 0: draw HP fraction to the right of bar instead of below (for party menu) ; bit 1: menu is double spaced -hFlags_0xFFF6 EQU $FFFA - hFlags_0xFFFA EQU $FFFA -hGBC EQU $FFFE ; 0 if DMG, 1 if GBC +hGBC EQU $FFFE ; 0 if DMG, != 0 if GBC |
