| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-01-07 | Use macros to enforce "missable/hide/show object" constraints, and rename ↵ | Rangi | 1 | -2/+2 | |
| them to "toggleable objects" (#557) | |||||
| 2025-12-15 | Comment more unreferenced local labels (#550) | Narishma-gb | 1 | -2/+2 | |
| 2025-06-30 | Use combined hardware constants | Rangi42 | 1 | -2/+2 | |
| 2025-06-30 | Replace hardware_constants.asm with hardware.inc (#511) | Rangi | 1 | -16/+16 | |
| 2024-10-07 | `FreezeEnemyTrainerSprite` -> `SetEnemyTrainerToStayAndFaceAnyDirection` | Vortyne | 1 | -3/+3 | |
| 2024-07-16 | Identify various flag labels and bit constants (#454) | Sylvie | 1 | -38/+38 | |
| 2024-06-15 | Identify some unused WRAM variables (#453) | Sylvie | 1 | -2/+2 | |
| 2023-11-20 | Identify `wSavedCoordIndex` and its other usages | Rangi42 | 1 | -2/+2 | |
| 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. | |||||
| 2020-11-14 | Fix file modes | dannye | 1 | -0/+0 | |
| 2020-11-04 | Sync with pokered | dannye | 1 | -48/+48 | |
| 2020-07-02 | Add subdirectories to engine/ similar to pokecrystal | Rangi | 1 | -292/+0 | |
| 2020-06-27 | Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) | Rangi | 1 | -6/+6 | |
| Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels. | |||||
| 2020-05-20 | Sync with pokered | dannye | 1 | -1/+1 | |
| 2019-01-01 | Rename map files, labels, and constants to be consistent and work with ↵ | Rangi | 1 | -1/+1 | |
| Polished Map | |||||
| 2017-10-29 | Catch a missed hide/show ID | dannye | 1 | -1/+1 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -19/+19 | |
| 2016-06-11 | remove address comments | YamaArashi | 1 | -21/+21 | |
| 2016-05-23 | Bank7 misc functions | luckytyphlosion | 1 | -2/+2 | |
| Also delete gfx/intro_nido pngs (aren't used in the build) | |||||
| 2016-05-22 | Ledges | pikalaxalt | 1 | -4/+0 | |
| 2016-05-22 | Pewter gym guys (moved to bank 6, no longer a predef?) | pikalaxalt | 1 | -4/+108 | |
| 2016-05-21 | Oh wait, there's predef_const declarations. Huh. | pikalaxalt | 1 | -6/+2 | |
| 2016-05-21 | Some work on disassembling npc movement scripts (aka informed copy/paste ↵ | pikalaxalt | 1 | -147/+29 | |
| from red) | |||||
| 2015-12-29 | More BankF documentation | luckytyphlosion | 1 | -1/+1 | |
| Also introduce bit direction constants and setpal macros | |||||
| 2015-10-29 | overworld item & movement code, cable club code, remove more instances of ↵ | luckytyphlosion | 1 | -2/+2 | |
| W_, add PIKAHAPPY_TRADE Also make replace.sh take args | |||||
| 2015-08-30 | No more W_ | dannye | 1 | -3/+3 | |
| 2015-08-10 | No more $C8 | dannye | 1 | -3/+3 | |
| Use OPP_ constants separate from trainer constants since valid opponents can be all Pokemon and trainers | |||||
| 2015-08-08 | commented audio code | YamaArashi | 1 | -6/+6 | |
| 2015-07-25 | yet more naming | YamaArashi | 1 | -3/+3 | |
| 2015-07-24 | more naming variables | YamaArashi | 1 | -1/+1 | |
| 2015-07-17 | intro stuff | YamaArashi | 1 | -1/+1 | |
| 2015-07-15 | more movement stuff | YamaArashi | 1 | -46/+52 | |
| 2015-07-15 | commented movement stuff | YamaArashi | 1 | -1/+1 | |
| 2015-07-03 | Rename/organize part 1 of 4 | U-Daniel-PC\Daniel | 1 | -2/+2 | |
| rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github | |||||
| 2014-09-14 | Commented/labelled misc functions | YamaArashi | 1 | -7/+6 | |
| 2014-09-13 | Commented more sprite and map code | YamaArashi | 1 | -10/+10 | |
| 2014-09-09 | Labelled and commented mostly sprite-related things | YamaArashi | 1 | -69/+69 | |
| 2014-06-16 | Use macros for predef calls/jumps instead of static ids. | yenatch | 1 | -8/+4 | |
| 2014-06-16 | Remove generated "indirect jump" comments. | yenatch | 1 | -1/+1 | |
| The destination is obvious when using the predef macro. | |||||
| 2014-06-09 | Clean up music bank references | U-Fish-PC\Daniel | 1 | -2/+2 | |
| 2014-05-26 | Remove most static wram addresses. Use labels instead. | yenatch | 1 | -74/+74 | |
| For unknown addresses, use "w<address>". Label overleads are still an issue. | |||||
| 2014-05-25 | Rename joypad registers. | yenatch | 1 | -2/+2 | |
| 2014-05-22 | Pull a lot of engine out of main.asm | U-Fish-PC\Daniel | 1 | -0/+291 | |
