| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix file modes | dannye | 2020-11-14 | 11 | -0/+0 |
| | | |||||
| * | Sync home and macro code with pokeyellow | Rangi | 2020-11-05 | 2 | -14/+8 |
| | | |||||
| * | Port some formatting from pokeyellow | Rangi | 2020-11-04 | 1 | -1/+7 |
| | | |||||
| * | Clarify comment in constants/pokemon_constants.asm | SatoMew | 2020-09-27 | 1 | -1/+1 |
| | | |||||
| * | Fix alignment in Pokémon name constants | SatoMew | 2020-09-22 | 1 | -191/+191 |
| | | |||||
| * | Replace ghost Marowak's ambiguous constant | SatoMew | 2020-09-22 | 1 | -1/+1 |
| | | |||||
| * | Define a constant for the ghost Marowak (hard-coded throughout the engine, ↵ | Rangi | 2020-08-31 | 2 | -3/+8 |
| | | | | | like the starters) | ||||
| * | Use constants to delineate map types, and factor out more data | Rangi | 2020-08-31 | 1 | -1/+4 |
| | | |||||
| * | Identify some map object related constants | Rangi | 2020-08-17 | 2 | -5/+13 |
| | | |||||
| * | fix OAMFLAG_VFLIPPED (#283) | Akihiro Otomo | 2020-08-02 | 1 | -2/+0 |
| | | | | Replace incorrect label OAMFLAG_VFLIPPED with OAM_HFLIP | ||||
| * | Add comments associating constants with data, and identify some more data | Rangi | 2020-07-20 | 23 | -13/+81 |
| | | |||||
| * | Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal | Rangi | 2020-07-17 | 1 | -2/+3 |
| | | |||||
| * | Define constants for subanimations' base coords and frame block modes | Rangi | 2020-07-17 | 1 | -0/+188 |
| | | |||||
| * | JUGGLER_X -> UNUSED_JUGGLER | Rangi | 2020-07-17 | 1 | -48/+48 |
| | | |||||
| * | Identify remaining tilemap IDs | Rangi | 2020-07-17 | 1 | -0/+11 |
| | | |||||
| * | SONY -> RIVAL | Rangi | 2020-07-17 | 1 | -3/+3 |
| | | |||||
| * | Update sprite names | Rangi | 2020-07-17 | 1 | -73/+74 |
| | | | | | These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible | ||||
| * | Define constants for subanimation transform types | Rangi | 2020-07-16 | 1 | -0/+9 |
| | | |||||
| * | Add constants for move animations' frame blocks | Rangi | 2020-07-16 | 1 | -0/+125 |
| | | |||||
| * | Use a battle_anim macro for move animations' special effects and subanimations | Rangi | 2020-07-16 | 1 | -2/+92 |
| | | | | | Move animations' sound IDs are off by one from move IDs. | ||||
| * | Reformat map scripts' coordinate and movement data | Rangi | 2020-07-16 | 2 | -0/+3 |
| | | | | | 'dbmapcoord' has X, Y order like other coordinate-related data macros | ||||
| * | Revise some map scripts, mostly for getting items | Rangi | 2020-07-16 | 1 | -0/+6 |
| | | |||||
| * | Define constants for default trainer DVs | Rangi | 2020-07-16 | 1 | -0/+4 |
| | | |||||
| * | Define constants for in-game trades | Rangi | 2020-07-16 | 1 | -0/+13 |
| | | |||||
| * | Deobfuscate exit warps on indoor maps | TheFakeMateo | 2020-07-15 | 1 | -0/+5 |
| | | |||||
| * | Clean up some data, using macros for multiline list entries | Rangi | 2020-07-14 | 5 | -19/+57 |
| | | |||||
| * | Use const_skip and const_next macros for brevity | Rangi | 2020-07-09 | 17 | -2246/+488 |
| | | |||||
| * | Eliminate enum: use const instead, with case-by-case parallel const ↵ | Rangi | 2020-07-09 | 1 | -10/+12 |
| | | | | | implementations | ||||
| * | Identify SPRITESTATEDATA2_ORIGFACINGDIRECTION | Rangi | 2020-07-07 | 1 | -1/+1 |
| | | |||||
| * | Remove c1x*/c2x* comments, use struct offset constants | Rangi | 2020-07-07 | 1 | -0/+40 |
| | | |||||
| * | Use HIGH() and LOW() | Rangi | 2020-07-07 | 2 | -4/+6 |
| | | |||||
| * | PSYCHIC -> PSYCHIC_TYPE (PSYCHIC is ambiguous with PSYCHIC_M) | Rangi | 2020-07-07 | 2 | -16/+23 |
| | | |||||
| * | Use labels for HRAM and VRAM | Rangi | 2020-07-06 | 1 | -0/+9 |
| | | |||||
| * | Avoid repeating the NUM_TMS value | Rangi | 2020-07-06 | 1 | -6/+8 |
| | | |||||
| * | add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid ↵ | Rangi | 2020-07-06 | 1 | -4/+35 |
| | | | | | repeating the move names twice | ||||
| * | TM/HM constants named after moves | Rangi | 2020-07-05 | 1 | -55/+79 |
| | | |||||
| * | Logical spacing in data/sgb/sgb_palettes.asm | Rangi | 2020-07-05 | 1 | -8/+13 |
| | | |||||
| * | Port credits command constants from pokeyellow | Rangi | 2020-07-05 | 1 | -0/+8 |
| | | |||||
| * | Use constants for damage limits in CalculateDamage | Rangi | 2020-07-05 | 1 | -0/+4 |
| | | | | | Fixes #255 | ||||
| * | Update map hide/show data labels | Rangi | 2020-07-05 | 1 | -0/+3 |
| | | | | | Fixes #235 | ||||
| * | Port pokecrystal's formatting of text commands and special characters | Rangi | 2020-07-04 | 1 | -6/+9 |
| | | |||||
| * | UPDATE_PARTY_MENU_BLK_PACKET -> SET_PAL_PARTY_MENU_HP_BARS, and introduce ↵ | Rangi | 2020-07-04 | 1 | -1/+2 |
| | | | | | SET_PAL_DEFAULT | ||||
| * | Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported ↵ | Rangi | 2020-07-04 | 4 | -3/+16 |
| | | | | | by rgbds 0.4.0) | ||||
| * | Make suggested changes from review | Rangi | 2020-07-04 | 2 | -2/+3 |
| | | |||||
| * | Replace raw hex values with HRAM constants | Rangi | 2020-07-03 | 1 | -0/+16 |
| | | | | | To do: turn constants into labels and use ldh | ||||
| * | tilesets.asm -> tileset_constants.asm | Rangi | 2020-07-03 | 1 | -0/+0 |
| | | |||||
| * | Organize macros/ like pokecrystal | Rangi | 2020-07-03 | 5 | -6/+47 |
| | | | | | 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 | 2 | -14/+11 |
| | | | | | | | - data/mapWilds -> data/wild/maps - diglett_sculpture.asm -> book_or_sculpture.asm - relocate some audio/music constants | ||||
| * | Reorganize constants/ | Rangi | 2020-07-03 | 30 | -2928/+2926 |
| | | | | | To do: add comments associating constants with data and 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/. | ||||
