Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-19 | Labelled some battle tower-related functions | mid-kid | |
The UbersCheck and LevelCheck are used only for the battle tower, despite them living in the mobile files. Also labelled some of the known BattleTowerActions. | |||
2017-11-18 | SelfDestruct -> Selfdestruct | mid-kid | |
Just keeping things consistent. Nobody's going to write SELF_DESTRUCT. Kind of subjective, and we could do it the other way around, if anybody really cares. | |||
2017-11-16 | Define bank43 in main.asm instead of unused_title | mid-kid | |
All other banks are defined in main.asm as well, and it's confusing how the build breaks when you try to remove this unused file. | |||
2017-11-16 | CeruleanCaveNane -> CeruleanCaveName | mid-kid | |
2017-11-15 | Clean up labels in battle/moves/move_effects.asm | mid-kid | |
There were a lot of unused labels in there, and a few confusing misnomers around move_effects_pointers.asm. They now match up exactly with the names in battle_constants.asm. Also renamed a few effects, to make their purpose clearer, and to match up with their respective event script commands: EFFECT_EXPLOSION -> EFFECT_SELFDESCTRUCT EFFECT_HAZE -> EFFECT_RESET_STATS EFFECT_WHIRLWIND -> EFFECT_FORCE_SWITCH EFFECT_BIND -> EFFECT_TRAP_TARGET EFFECT_TWINEEDLE -> EFFECT_POISON_MULTI_HIT EFFECT_STEEL_WING -> EFFECT_DEFENSE_UP_HIT EFFECT_METAL_CLAW -> EFFECT_ATTACK_UP_HIT EFFECT_ANCIENTPOWER -> EFFECT_ALL_UP_HIT | |||
2017-11-08 | Fix comments in tilesets/roofs.asm | pfero | |
Apparently the first entry in MapGroupRoofs is for the unused mapgroup 0. Also added useful comments to tilesets/roof.pal. | |||
2017-11-03 | Label some functions in gfx/load_pics.asm | pfero | |
A few projects I looked around in used these same labels for these functions, and it looks like they describe these functions properly. Also fixed usage of BANK() in a few places. | |||
2017-10-29 | Define GetWarpSFX | pfero | |
This function checks the current tile at the player's feet, and returns an appropriate SFX that should be played when warping from it. | |||
2017-10-28 | Fix WATERTILE/WALLTILE constants | pfero | |
WATRTILE was wrongly defined as 15, and WALLTILE as 1. Those had to be flipped around. This has allowed for us to replace inmediate values with these constants in several places to improve readability. WATRTILE was renamed to WATERTILE in the name of readability. | |||
2017-10-26 | Cianwood City labels | surskitty | |
2017-10-26 | Another label. | surskitty | |
2017-10-26 | Pokefan Derek fully labelled. | surskitty | |
2017-10-26 | Full script labels for Fuchsia Gym. | surskitty | |
2017-10-26 | Cerulean Mart labels | surskitty | |
2017-10-26 | Partially labelling Pokefan Derek. | surskitty | |
2017-10-26 | Some Fuchsia Gym labels. | surskitty | |
2017-10-26 | Fuchsia City labels | surskitty | |
2017-10-26 | Celadon Cafe labels. | surskitty | |
2017-10-26 | Labelling triggers pointlessly. | surskitty | |
2017-10-26 | Mahogany Gym labels. | surskitty | |
2017-10-26 | Labels for TM people. | surskitty | |
2017-10-26 | Labelling Jasmine. | surskitty | |
2017-10-26 | Labelling some of Morty's scripts. | surskitty | |
2017-10-25 | whitelist shiny.pal | yenatch | |
2017-10-25 | Labelling a few mom scripts. | surskitty | |
2017-10-25 | Labelling Sweet Scent. | surskitty | |
2017-10-22 | rgbds variables in the makefile | yenatch | |
this is for my own convenience but anyone using both rgbds 2 and 3 may find it useful | |||
2017-10-22 | rename pokecrystal.ld -> pokecrystal.link | yenatch | |
2017-10-22 | fix animated pic dumps | yenatch | |
2017-10-22 | condense japanese pokemon sort | yenatch | |
2017-10-21 | Merge pull request #394 from surskitty/master | yenatch | |
Adjusting Indigo League map labels | |||
2017-10-21 | Typo fix. | surskitty | |
2017-10-21 | Renaming labels for E4. | surskitty | |
2017-09-25 | Merge pull request #390 from yenatch/remove-contents | yenatch | |
Remove contents.asm | |||
2017-09-24 | Build tools with -O3. | yenatch | |
This improves build time by about 20%. | |||
2017-09-24 | Rebuild on changes to pokecrystal.ld | yenatch | |
2017-09-24 | Align "Sprites" section to $100 bytes. | yenatch | |
The code expects this section to be aligned. | |||
2017-09-24 | Remove contents.asm | yenatch | |
2017-09-24 | fix rgbds version in install instructions | yenatch | |
2017-09-24 | Merge pull request #379 from yenatch/tools | yenatch | |
Refactor scan_includes and add warnings for tools | |||
2017-09-24 | Merge pull request #389 from yenatch/rgbds-3 | yenatch | |
rgbds 0.3.3 | |||
2017-09-24 | Remove redundant org statements (ax6 will slaughter me) | PikalaxALT | |
2017-09-24 | Make repository compatible with RGBDS 0.3.3 (breaks support for earlier ↵ | PikalaxALT | |
versions of RGBDS) | |||
2017-09-24 | fix warnings in lzcomp and md5 | yenatch | |
2017-09-24 | Add warnings for tools | yenatch | |
2017-09-24 | tools/gfx: Replace --width with --png | yenatch | |
2017-09-23 | Update travis.yml | PikalaxALT | |
2017-09-23 | Fix section linking | PikalaxALT | |
Create linker script and float all sections | |||
2017-09-17 | Merge pull request #388 from surskitty/master | yenatch | |
Moving a few images out of gfx/unknown | |||
2017-09-10 | Updating Makefile for the unused GB + N64 image. | surskitty | |