diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-03-12 10:49:35 -0400 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-03-12 10:49:35 -0400 |
| commit | 1c2a1076cb6420f12b458809bf2bec2737ce82ae (patch) | |
| tree | 936b6a749b6eabb9af224859db3fcdef1ace12b4 /wram.asm | |
| parent | Merge pull request #82 from dannye/master (diff) | |
| download | pokeyellow-1c2a1076cb6420f12b458809bf2bec2737ce82ae.tar.gz pokeyellow-1c2a1076cb6420f12b458809bf2bec2737ce82ae.tar.xz pokeyellow-1c2a1076cb6420f12b458809bf2bec2737ce82ae.zip | |
Low health alarm documentation
RenaKunisaki
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1091,7 +1091,9 @@ W_BASECOORDX:: ; d081 W_BASECOORDY:: ; d082 ds 1 -wd083:: ds 1 +; low health alarm counter/enable +; high bit = enable, others = timer to cycle frequencies +wLowHealthAlarm:: ds 1 ; d083 W_FBTILECOUNTER:: ; d084 ; counts how many tiles of the current frame block have been drawn |
