diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-24 15:04:10 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-05-24 15:04:10 -0400 |
| commit | cd170d676e2180cdd75446a4fa575be8fa584749 (patch) | |
| tree | 944259242af7dc40fc4c3028f9ab20e7c63dc5a2 /hram.asm | |
| parent | Moving yellow data to yellow folder. (diff) | |
| download | pokeyellow-cd170d676e2180cdd75446a4fa575be8fa584749.tar.gz pokeyellow-cd170d676e2180cdd75446a4fa575be8fa584749.tar.xz pokeyellow-cd170d676e2180cdd75446a4fa575be8fa584749.zip | |
Minor fixes here and there.
Typos, moving around, new HRAM stuff.
Diffstat (limited to 'hram.asm')
| -rw-r--r-- | hram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -159,6 +159,8 @@ hJoyInput EQU $FFF5 ; 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 $FFF6 +hFlags_0xFFF6 EQU $FFFA + +hFlags_0xFFFA EQU $FFFA hGBC EQU $FFFE ; 0 if DMG, 1 if GBC |
