| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-07-13 | Add macros, constants, and labels for map scripts and text (#367) | vulcandth | 1 | -2/+2 | |
| 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. | |||||
| 2022-06-06 | RGBDS syntax updates (#86) | vulcandth | 1 | -2/+2 | |
| New MACRO and DEF syntax | |||||
| 2022-06-06 | RGBDS syntax updates (#358) | vulcandth | 1 | -2/+2 | |
| New MACRO and DEF syntax | |||||
| 2021-03-25 | Verify data table and name list sizes with assertion macros | Rangi | 1 | -0/+1 | |
| Fixes #312 | |||||
| 2020-11-14 | Fix file modes | dannye | 1 | -0/+0 | |
| 2020-11-04 | Start reorganizing pokeyellow | Rangi | 1 | -3/+3 | |
| 2020-11-04 | Sync with pokered | dannye | 1 | -112/+86 | |
| 2020-07-20 | Add comments associating constants with data, and identify some more data | Rangi | 1 | -0/+1 | |
| 2020-07-17 | Update sprite names | Rangi | 1 | -73/+74 | |
| These are based on the trainers that use them, and synced with pokegold/pokecrysal when possible | |||||
| 2020-07-03 | Reorganize constants/ | Rangi | 1 | -28/+2 | |
| To do: add comments associating constants with data and code | |||||
| 2020-06-27 | Individual images for party menu icon graphics | Rangi | 1 | -10/+10 | |
| 2016-06-06 | Split out pikachu engine functions; sprite state data macros | pikalaxalt | 1 | -0/+2 | |
| 2015-11-21 | LoadPokedexTilePatterns and engine/overworld/map_sprites.asm | luckytyphlosion | 1 | -30/+37 | |
| Also replace dummy sprites and fix replace.sh to only parse .asm files | |||||
| 2015-09-04 | engine/mon_party_sprites.asm and INSTALL.md | luckytyphlosion | 1 | -1/+1 | |
| 2015-08-01 | Build only Yellow | U-Daniel-PC\Daniel | 1 | -0/+3 | |
| Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm | |||||
| 2015-07-19 | Enumerate more constants | dannye | 1 | -82/+86 | |
| 2015-06-05 | Fix EOL to LF to make push requests more doable. | luckytyphlosion | 1 | -96/+96 | |
| 2015-06-01 | EOL Windows->UNIX | U-Daniel-PC\Daniel | 1 | -97/+97 | |
| 2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | 1 | -1/+9 | |
| 2013-12-11 | Clean up constants | U-Fish-PC\Daniel | 1 | -198/+89 | |
| 2013-12-11 | Move slot machine constants | U-Fish-PC\Daniel | 1 | -2/+0 | |
| 2013-12-11 | Disassemble Slot Machine and Others | U-Fish-PC\Daniel | 1 | -0/+2 | |
| 2013-12-05 | clean up remaining constants | yenatch | 1 | -41/+41 | |
| 2013-12-05 | split related constants into constants/ | yenatch | 1 | -1933/+9 | |
| 2013-12-05 | split rgbasm macros into macros.asm | yenatch | 1 | -259/+1 | |
| 2013-12-05 | split wram/hram out of constants.asm and start using wram sections | yenatch | 1 | -1154/+1 | |
| also inadvertently labeling some hard addresses | |||||
| 2013-10-22 | Fix blue and yellow music | U-Fish-PC\Daniel | 1 | -4/+0 | |
| 2013-10-21 | More bank 2 music engine and music/sfx format update | U-Fish-PC\Daniel | 1 | -46/+22 | |
| 2013-10-12 | All music and sfx | U-Fish-PC\Daniel | 1 | -114/+161 | |
| 2013-09-16 | give consistency to map names | U-Fish-PC\Daniel | 1 | -12/+12 | |
| 2013-07-03 | Disasm code which draws tiny party pokémon symbols in-battle. | Sanky | 1 | -0/+2 | |
| 2013-05-12 | Make the pic bank calculations more readable. | IIMarckus | 1 | -0/+2 | |
| 2013-04-07 | * add known hard-coded memory locations are labels now | Mr Wint | 1 | -131/+332 | |
| * all global labels now have a comment indicating their ROM address * all references to tile buffer locations are using the FuncCoords marco now * added some comments and assembly analysis | |||||
| 2013-03-17 | * analyzed assembly related to handling sprites | Mr Wint | 1 | -1/+97 | |
| * added assembly that was wrongly classified as music before * all jumps and calls now point to a proper label * removed all incbins in home bank * some more small assembly analysis and comments | |||||
| 2013-03-13 | * added EQU constants for mon header RAM area | Mr Wint | 1 | -1/+74 | |
| * analyzed and commented sprite loading routines * experience calculation routine * couple more small routines and data structures | |||||
| 2013-03-12 | formatted attack effects and use more EQUs | Mr Wint | 1 | -0/+1 | |
| automatically extracted and included a bunch of assembly | |||||
| 2012-12-21 | disasm MoveSelectionMenu | Sanky | 1 | -0/+1 | |
| 2012-12-20 | TrainerBattleVictory disasmed | Sanky | 1 | -0/+1 | |
| 2012-07-03 | Palette $0C is the Town Map palette. | IIMarckus | 1 | -1/+1 | |
| Noticed by Danni-E 33. hg-commit-id: 93a11989d9db | |||||
| 2012-03-21 | CalculateDamage routine from smkdan added. | stag019 | 1 | -6/+8 | |
| hg-commit-id: 8387b4581cce | |||||
| 2012-03-19 | Expand hidden coin functions. | IIMarckus | 1 | -1/+0 | |
| hg-commit-id: 279322aa8573 | |||||
| 2012-03-15 | Add map header for Route 15 gatehouse 2F. | IIMarckus | 1 | -4/+9 | |
| hg-commit-id: 673b27059da9 | |||||
| 2012-03-07 | Pokemon overworld sprites | stag019 | 1 | -0/+18 | |
| hg-commit-id: a810d29962df | |||||
| 2012-03-07 | Redfining predefs using macros: PREDEF and PREDEF_JUMP. | Sanky | 1 | -0/+11 | |
| hg-commit-id: 80a61a3816bc | |||||
| 2012-02-20 | disasm of map sprite tile pattern loading code plus misc stuff | YamaArashi | 1 | -0/+4 | |
| hg-commit-id: 58a62ff918a5 | |||||
| 2012-02-19 | disasm of remaining use item functions | YamaArashi | 1 | -0/+3 | |
| hg-commit-id: 64f7280ebd2d | |||||
| 2012-02-16 | fix battle status constant typo | YamaArashi | 1 | -1/+1 | |
| hg-commit-id: 9cdee02d79c4 | |||||
| 2012-02-14 | more status ailment constants | Bryan Bishop | 1 | -2/+5 | |
| hg-commit-id: fdf8b3f10a40 | |||||
| 2012-02-12 | disasm of options menu | YamaArashi | 1 | -0/+12 | |
| hg-commit-id: 9122bf61b409 | |||||
| 2012-02-10 | disasm of pokemon menu function | YamaArashi | 1 | -0/+2 | |
| hg-commit-id: 47d36266a0ae | |||||
