aboutsummaryrefslogtreecommitdiffstats
path: root/engine (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-231-1/+2
|\
| * Use macros for bit arraysRangi2021-05-231-1/+2
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-05-091-1/+1
|\|
| * Use BANK("Pics #") for Pokémon and trainer picsRangi2021-05-061-1/+2
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-3011-35/+35
|\|
| * Use {interpolation} to generate sequences of RAM labelsRangi2021-04-2710-27/+27
* | Use pokecrystal's sine_table macroRangi2021-04-183-3/+3
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-171-2/+2
|\|
| * Use rgbds 0.5.0 features:Rangi2021-04-171-2/+2
* | Merge remote-tracking branch 'remotes/pokered/master'Rangi2021-04-131-1/+1
|\|
| * Use assertions to catch the GetName bug, and use a NAME_BUFFER_LENGTH constantRangi2021-04-131-1/+1
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-04-131-1/+1
|\|
| * Trim extra newlines from some filesRangi2021-04-081-1/+0
| * Fix incorrect sfx iddannye2021-03-301-1/+1
* | Trim extra newlines from some filesRangi2021-04-081-1/+0
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-03-259-24/+19
|\|
| * Verify data table and name list sizes with assertion macrosRangi2021-03-258-21/+16
* | Merge branch 'master' of https://github.com/pret/pokereddannye2021-02-211-19/+21
|\|
| * Clean up handling of extra effective status effectsdannye2021-02-211-11/+13
| * Identify hUILayoutFlagsRangi2021-02-138-34/+34
* | Identify hUILayoutFlags and hPikachuSpriteVRAMOffsetRangi2021-02-1313-46/+46
* | Proper translation comments in debug_menu.asmAriaHiro642021-02-051-6/+6
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-12-1517-52/+53
|\|
| * Delete unnecessary commentSatoMew2020-11-291-1/+1
| * Update related tile animation constantsSatoMew2020-11-293-4/+4
| * Label and document hFFD7 more accuratelySatoMew2020-11-2914-31/+31
| * Keep wGrassMons and wWaterMons together with a UNIONRangi2020-11-281-8/+9
* | Merge branch 'master' of https://github.com/pret/pokereddannye2020-11-1494-1/+1
|\|
| * Fix file modesdannye2020-11-1485-0/+0
| * Use more joypad constantsdannye2020-11-071-7/+7
| * Use STARTER1 and STARTER2 for the title screenRangi2020-11-071-2/+2
| * Sync more with pokeyellowRangi2020-11-063-10/+10
| * Sync more with pokeyellowRangi2020-11-0514-57/+58
| * Remove trailing whitespaceRangi2020-11-053-4/+4
| * Sync more with pokeyellowRangi2020-11-053-12/+17
| * All battle back pictures end with "b"Rangi2020-11-051-1/+1
| * Sync home and macro code with pokeyellowRangi2020-11-051-2/+2
| * Port some formatting from pokeyellowRangi2020-11-041-2/+1
| * Some formatting changesRangi2020-10-195-49/+57
| * Replace ghost Marowak's ambiguous constantSatoMew2020-09-224-4/+4
| * Define a constant for the ghost Marowak (hard-coded throughout the engine, li...Rangi2020-08-315-5/+6
| * Use constants to delineate map types, and factor out more dataRangi2020-08-3111-132/+47
| * Document more hidden object data and behaviorRangi2020-08-301-27/+20
| * Separate splash screen, intro, and credits (like pokegold/pokecrystal)Rangi2020-08-283-13/+13
| * Identify some map object related constantsRangi2020-08-172-44/+44
| * Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)Rangi2020-07-211-1/+3
| * Add comments associating constants with data, and identify some more dataRangi2020-07-2010-252/+42
| * Port dbsprite macro for OAM y,x,tile,attr data from pokecrystalRangi2020-07-1710-96/+112
| * Define constants for subanimations' base coords and frame block modesRangi2020-07-171-3/+3
| * Identify remaining tilemap IDsRangi2020-07-174-22/+17