| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct StarterDex function comment (#440) | colawsol | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | Identify the unnamed HRAM variables and one WRAM label (#438) | Vortyne | 2023-11-20 | 1 | -2/+2 |
| | | |||||
| * | Identify more map script labels | Rangi42 | 2023-11-18 | 1 | -12/+12 |
| | | |||||
| * | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 2023-07-13 | 1 | -1/+1 |
| | | | | This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified. | ||||
| * | Use the same music headers as pokecrystal (#382) | Rangi | 2022-08-11 | 1 | -1/+1 |
| | | |||||
| * | Identify some `.asm_*` labels | Rangi | 2022-07-10 | 4 | -8/+9 |
| | | |||||
| * | Sync Pokédex rating text with pokeyellow | Rangi | 2022-07-10 | 1 | -51/+51 |
| | | |||||
| * | Identify Pokédex rating text | Rangi | 2022-07-10 | 1 | -48/+48 |
| | | |||||
| * | wOAMBuffer -> wShadowOAM (#370) | Colton G. Rushton | 2022-07-09 | 1 | -1/+1 |
| | | |||||
| * | RGBDS syntax updates (#358) | vulcandth | 2022-06-06 | 2 | -5/+5 |
| | | | | New MACRO and DEF syntax | ||||
| * | Refactorize check button pressed (#340) | Yoann Fievez | 2021-11-05 | 5 | -8/+8 |
| | | |||||
| * | wcf4b -> wStringBuffer | Rangi | 2021-08-28 | 3 | -3/+3 |
| | | |||||
| * | Use {interpolation} to generate sequences of RAM labels | Rangi | 2021-04-27 | 1 | -1/+1 |
| | | | | | Fixes #319 | ||||
| * | Verify data table and name list sizes with assertion macros | Rangi | 2021-03-25 | 1 | -1/+1 |
| | | | | | Fixes #312 | ||||
| * | Fix file modes | dannye | 2020-11-14 | 17 | -0/+0 |
| | | |||||
| * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 | 4 | -76/+31 |
| | | |||||
| * | Document more hidden object data and behavior | Rangi | 2020-08-30 | 1 | -27/+20 |
| | | |||||
| * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 | 1 | -0/+1 |
| | | |||||
| * | Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal | Rangi | 2020-07-17 | 1 | -8/+14 |
| | | |||||
| * | Revise some map scripts, mostly for getting items | Rangi | 2020-07-16 | 2 | -5/+5 |
| | | |||||
| * | Disassemble the BLUEMONS.GB debug ROM | Rangi | 2020-07-15 | 1 | -0/+4 |
| | | |||||
| * | Clean up some data, using macros for multiline list entries | Rangi | 2020-07-14 | 1 | -1/+1 |
| | | |||||
| * | Factor out MapBadgeFlags and EscapeRopeTilesets data tables | Rangi | 2020-07-08 | 1 | -11/+2 |
| | | |||||
| * | Use 'tile' and 'tiles' macros | Rangi | 2020-07-07 | 2 | -2/+2 |
| | | |||||
| * | Sync coordinate macros with pokecrystal | Rangi | 2020-07-07 | 10 | -39/+39 |
| | | |||||
| * | callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfar | Rangi | 2020-07-06 | 11 | -16/+16 |
| | | |||||
| * | Use ASCII quotes in comments | Rangi | 2020-07-06 | 1 | -1/+1 |
| | | |||||
| * | Use DEX_* constants for StarterDex | Rangi | 2020-07-06 | 1 | -2/+2 |
| | | |||||
| * | Specify the ldh instruction, don't turn ld into ldh | Rangi | 2020-07-06 | 19 | -84/+84 |
| | | |||||
| * | text_linkpromptbutton -> text_waitbutton | Rangi | 2020-07-06 | 2 | -7/+7 |
| | | | | | Fixes #260 | ||||
| * | Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellow | Rangi | 2020-07-05 | 11 | -13/+13 |
| | | |||||
| * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 38 | -370/+373 |
| | | |||||
| * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 2 | -4/+2 |
| | | | | | by rgbds 0.4.0) | ||||
| * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 6 | -13/+13 |
| | | | | | To do: turn constants into labels and use ldh | ||||
| * | H_CONSTANTNAMES -> hConstantNames | Rangi | 2020-07-03 | 2 | -3/+3 |
| | | |||||
| * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 2 | -2/+2 |
| | | | | | While doing so I replaced the StopAllMusic macro with a SFX_STOP_ALL_MUSIC constant and applied it throughout the code. | ||||
| * | Make suggested edits: | Rangi | 2020-07-03 | 1 | -0/+0 |
| | | | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | ||||
| * | Split up engine/events/hidden_object_functions | Rangi | 2020-07-03 | 28 | -1168/+1149 |
| | | |||||
| * | Add subdirectories to data/ similar to pokecrystal | Rangi | 2020-07-03 | 7 | -9/+9 |
| | | | | | Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/. | ||||
| * | Add subdirectories to engine/ similar to pokecrystal | Rangi | 2020-07-02 | 28 | -0/+3855 |
