summaryrefslogtreecommitdiff
path: root/engine/hp_bar.asm
AgeCommit message (Collapse)Author
2015-10-18Complete documentation of bank3luckytyphlosion
Also: split out bcd predefs from yellow/main.asm, start removing traces of W_
2015-08-05Use more lbdannye
and other clean up
2015-07-29constants for PrintNumberYamaArashi
2015-07-24more naming variablesYamaArashi
2015-07-03Rename/organize part 1 of 4U-Daniel-PC\Daniel
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
2015-02-07fixed hp bar wram label and miscYamaArashi
2015-02-07commented battle stuffYamaArashi
2014-06-16Use macros to define predefs.yenatch
2014-06-16Rename predef functions so they aren't excessive in length.yenatch
This is mostly because of an rgbasm bug that prevents macro arguments from exceeding 16 characters, but the names were bad anyway.
2014-05-26Remove most static wram addresses. Use labels instead.yenatch
For unknown addresses, use "w<address>". Label overleads are still an issue.
2014-05-23Comment some bank 0 functions, and add wram labels for Predef.yenatch
2014-05-22Pull a lot of engine out of main.asmU-Fish-PC\Daniel