aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'master' of https://github.com/pret/pokereddannye2022-09-124-11/+11
|\|
| * Use the same music headers as pokecrystal (#382)Rangi2022-08-111-1/+1
| |
| * Identify some `.asm_*` labelsRangi2022-07-104-8/+9
| |
| * Sync Pokédex rating text with pokeyellowRangi2022-07-101-51/+51
| |
| * Identify Pokédex rating textRangi2022-07-101-48/+48
| |
| * wOAMBuffer -> wShadowOAM (#370)Colton G. Rushton2022-07-091-1/+1
| |
| * RGBDS syntax updates (#358)vulcandth2022-06-062-5/+5
| | | | | | New MACRO and DEF syntax
* | Identify some `.asm_*` labelsRangi2022-07-103-6/+6
| |
* | RGBDS syntax updates (#86)vulcandth2022-06-062-4/+4
| | | | | | New MACRO and DEF syntax
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-11-235-8/+8
|\|
| * Refactorize check button pressed (#340)Yoann Fievez2021-11-055-8/+8
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-09-263-3/+3
|\|
| * wcf4b -> wStringBufferRangi2021-08-283-3/+3
| |
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-301-1/+1
|\|
| * Use {interpolation} to generate sequences of RAM labelsRangi2021-04-271-1/+1
| | | | | | | | Fixes #319
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-251-1/+1
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-251-1/+1
| | | | | | | | Fixes #312
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-1416-0/+0
|\|
| * Fix file modesdannye2020-11-1417-0/+0
| |
| * Use constants to delineate map types, and factor out more dataRangi2020-08-314-76/+31
| |
| * Document more hidden object data and behaviorRangi2020-08-301-27/+20
| |
| * Add comments associating constants with data, and identify some more dataRangi2020-07-201-0/+1
| |
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-171-8/+14
| |
| * Revise some map scripts, mostly for getting itemsRangi2020-07-162-5/+5
| |
| * Disassemble the BLUEMONS.GB debug ROMRangi2020-07-151-0/+4
| |
| * Clean up some data, using macros for multiline list entriesRangi2020-07-141-1/+1
| |
| * Factor out MapBadgeFlags and EscapeRopeTilesets data tablesRangi2020-07-081-11/+2
| |
| * Use 'tile' and 'tiles' macrosRangi2020-07-072-2/+2
| |
| * Sync coordinate macros with pokecrystalRangi2020-07-0710-39/+39
| |
| * callba/callab -> farcall/callfar; jpba/jpab -> farjp/jpfarRangi2020-07-0611-16/+16
| |
| * Use ASCII quotes in commentsRangi2020-07-061-1/+1
| |
| * Use DEX_* constants for StarterDexRangi2020-07-061-2/+2
| |
| * Specify the ldh instruction, don't turn ld into ldhRangi2020-07-0619-84/+84
| |
| * text_linkpromptbutton -> text_waitbuttonRangi2020-07-062-7/+7
| | | | | | | | Fixes #260
| * Identify wSpriteStateData1 and wSpriteStateData2 offsets, like pokeyellowRangi2020-07-0511-13/+13
| |
| * Port pokecrystal's formatting of text commands and special charactersRangi2020-07-0438-370/+373
| |
| * Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵Rangi2020-07-042-4/+2
| | | | | | | | by rgbds 0.4.0)
| * Replace raw hex values with HRAM constantsRangi2020-07-036-13/+13
| | | | | | | | To do: turn constants into labels and use ldh
| * H_CONSTANTNAMES -> hConstantNamesRangi2020-07-032-3/+3
| |
| * Organize macros/ like pokecrystalRangi2020-07-032-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:Rangi2020-07-031-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_functionsRangi2020-07-0328-1168/+1149
| |
| * Add subdirectories to data/ similar to pokecrystalRangi2020-07-037-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 pokecrystalRangi2020-07-0228-0/+3855
|
* More debug yellowdannye2020-11-071-0/+4
| | | | only debug menu left
* Sync more with pokeredRangi2020-11-051-2/+1
|
* Start reorganizing pokeyellowRangi2020-11-045-0/+435
|
* Sync with pokereddannye2020-11-0449-0/+3837