| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Remove c1x*/c2x* comments, use struct offset constants | Rangi | 2020-07-07 | 1 | -8/+8 | |
| | | | ||||||
| | * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 1 | -9/+9 | |
| | | | ||||||
| | * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 | 1 | -20/+20 | |
| | | | ||||||
| | * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 1 | -90/+90 | |
| | | | ||||||
| | * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 1 | -21/+21 | |
| | | | ||||||
| | * | Port two HRAM labels from pokeyellow | Rangi | 2020-07-05 | 1 | -1/+1 | |
| | | | ||||||
| | * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 1 | -2/+2 | |
| | | | ||||||
| | * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 1 | -6/+6 | |
| | | | | | | | | | by rgbds 0.4.0) | |||||
| | * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 1 | -6/+6 | |
| | | | | | | | | | To do: turn constants into labels and use ldh | |||||
| | * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 1 | -11/+11 | |
| | | | ||||||
| | * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 1 | -1/+1 | |
| | | | | | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | |||||
| | * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 1 | -1/+1 | |
| | | | | | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | |||||
| | * | Update audio macro names | dannye | 2019-07-27 | 1 | -2/+2 | |
| | | | | | | | | | | | | | change audio channel numbers from 0-7 back to 1-8 change all note macros back to single note macro todo: fix comments with old macro names, update noise macros/instrument names | |||||
| | * | Replace some hard-coded values with constants | Rangi | 2019-07-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 2019-01-01 | 1 | -6/+6 | |
| | | | | | | | | | Polished Map | |||||
| | * | Add space between arguments in assembly instructions and remove redundant a ↵ | xCrystal | 2017-12-30 | 1 | -1149/+1149 | |
| | | | | | | | | | in instructions like add a, x | |||||
| | * | Replace deprecated mnemonics by the correct ones | Antonio Niño Díaz | 2017-06-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | The old mnemonics generate warnings with new versions of rgbds. This patch replaces them by the correct ones. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com> | |||||
| | * | split code out of main.asm | YamaArashi | 2016-12-31 | 1 | -1/+1 | |
| | | | ||||||
| | * | Redo audio header macro | dannye | 2016-07-27 | 1 | -2/+2 | |
| | | | ||||||
| | * | sync home | YamaArashi | 2016-06-12 | 1 | -42/+63 | |
| | | | ||||||
| | * | sync tileset WRAM labels | YamaArashi | 2016-06-12 | 1 | -9/+9 | |
| | | | ||||||
| | * | remove address comments | YamaArashi | 2016-06-11 | 1 | -56/+56 | |
| | | | ||||||
| | * | Fix game time labels | PikalaxALT | 2016-01-03 | 1 | -2/+2 | |
| | | | ||||||
| | * | No more W_ | dannye | 2015-08-30 | 1 | -114/+114 | |
| | | | ||||||
| | * | documented flags and misc. fixes | YamaArashi | 2015-08-29 | 1 | -2/+2 | |
| | | | ||||||
| * | | More debug yellow | dannye | 2020-11-07 | 1 | -0/+4 | |
| | | | | | | | | | only debug menu left | |||||
| * | | Organize home and macro code | Rangi | 2020-11-05 | 1 | -13/+16 | |
| | | | ||||||
| * | | Start reorganizing pokeyellow | Rangi | 2020-11-04 | 1 | -4/+4 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-11-04 | 1 | -171/+200 | |
| | | | ||||||
| * | | Sync with pokered | dannye | 2020-05-20 | 1 | -11/+10 | |
| | | | ||||||
| * | | Improve some labels in the Pikachu Follow code | Travis McGeehan | 2019-02-20 | 1 | -3/+3 | |
| | | | ||||||
| * | | Rename spritestatedata structs. | luckytyphlosion | 2018-11-18 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix warnings about deprecated mnemonics on newer builds of rgbds | Pokechu22 | 2017-09-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-07-16 | 1 | -53/+29 | |
| |\ \ | ||||||
| | * | | sync home | YamaArashi | 2016-06-12 | 1 | -57/+33 | |
| | | | | ||||||
| | * | | sync tileset WRAM labels | YamaArashi | 2016-06-12 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Remove more address comments | dannye | 2016-06-12 | 1 | -22/+22 | |
| |/ / | ||||||
| * | | remove address comments | YamaArashi | 2016-06-11 | 1 | -85/+85 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-11 | 1 | -27/+27 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' of https://github.com/pret/pokeyellow | dannye | 2016-06-11 | 1 | -15/+52 | |
| | |\ \ | ||||||
| | * | | | Sync with pokered | dannye | 2016-06-11 | 1 | -27/+27 | |
| | | | | | | | | | | | | | | | | | from August 29, 2015 to April 6, 2016 | |||||
| * | | | | More on Pikachu emotions | pikalaxalt | 2016-06-08 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Pikapic animation function labels | pikalaxalt | 2016-06-08 | 1 | -4/+4 | |
| | |/ / |/| | | ||||||
| * | | | No more standalone WRAM addresses in the Event Flags array | pikalaxalt | 2016-06-08 | 1 | -4/+2 | |
| | | | | ||||||
| * | | | Merge branch 'master' of github.com:pret/pokeyellow | pikalaxalt | 2016-06-08 | 1 | -28/+12 | |
| |\| | | ||||||
| | * | | Clean up white space | dannye | 2016-06-06 | 1 | -28/+28 | |
| | | | | ||||||
| * | | | Split out pikachu engine functions; sprite state data macros | pikalaxalt | 2016-06-06 | 1 | -7/+59 | |
| | | | | ||||||
| * | | | More printer labels | pikalaxalt | 2016-06-06 | 1 | -4/+7 | |
| |/ / | ||||||
| * | | Champion's room; resolve predefs | pikalaxalt | 2016-05-31 | 1 | -1042/+1042 | |
| | | | ||||||
| * | | Vermilion Fan Club | pikalaxalt | 2016-05-31 | 1 | -1/+1 | |
| | | | ||||||
