summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-19Labelled some battle tower-related functionsmid-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-18SelfDestruct -> Selfdestructmid-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-16Define bank43 in main.asm instead of unused_titlemid-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-16CeruleanCaveNane -> CeruleanCaveNamemid-kid
2017-11-15Clean up labels in battle/moves/move_effects.asmmid-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-08Fix comments in tilesets/roofs.asmpfero
Apparently the first entry in MapGroupRoofs is for the unused mapgroup 0. Also added useful comments to tilesets/roof.pal.
2017-11-03Label some functions in gfx/load_pics.asmpfero
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-29Define GetWarpSFXpfero
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-28Fix WATERTILE/WALLTILE constantspfero
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-26Cianwood City labelssurskitty
2017-10-26Another label.surskitty
2017-10-26Pokefan Derek fully labelled.surskitty
2017-10-26Full script labels for Fuchsia Gym.surskitty
2017-10-26Cerulean Mart labelssurskitty
2017-10-26Partially labelling Pokefan Derek.surskitty
2017-10-26Some Fuchsia Gym labels.surskitty
2017-10-26Fuchsia City labelssurskitty
2017-10-26Celadon Cafe labels.surskitty
2017-10-26Labelling triggers pointlessly.surskitty
2017-10-26Mahogany Gym labels.surskitty
2017-10-26Labels for TM people.surskitty
2017-10-26Labelling Jasmine.surskitty
2017-10-26Labelling some of Morty's scripts.surskitty
2017-10-25whitelist shiny.palyenatch
2017-10-25Labelling a few mom scripts.surskitty
2017-10-25Labelling Sweet Scent.surskitty
2017-10-22rgbds variables in the makefileyenatch
this is for my own convenience but anyone using both rgbds 2 and 3 may find it useful
2017-10-22rename pokecrystal.ld -> pokecrystal.linkyenatch
2017-10-22fix animated pic dumpsyenatch
2017-10-22condense japanese pokemon sortyenatch
2017-10-21Merge pull request #394 from surskitty/masteryenatch
Adjusting Indigo League map labels
2017-10-21Typo fix.surskitty
2017-10-21Renaming labels for E4.surskitty
2017-09-25Merge pull request #390 from yenatch/remove-contentsyenatch
Remove contents.asm
2017-09-24Build tools with -O3.yenatch
This improves build time by about 20%.
2017-09-24Rebuild on changes to pokecrystal.ldyenatch
2017-09-24Align "Sprites" section to $100 bytes.yenatch
The code expects this section to be aligned.
2017-09-24Remove contents.asmyenatch
2017-09-24fix rgbds version in install instructionsyenatch
2017-09-24Merge pull request #379 from yenatch/toolsyenatch
Refactor scan_includes and add warnings for tools
2017-09-24Merge pull request #389 from yenatch/rgbds-3yenatch
rgbds 0.3.3
2017-09-24Remove redundant org statements (ax6 will slaughter me)PikalaxALT
2017-09-24Make repository compatible with RGBDS 0.3.3 (breaks support for earlier ↵PikalaxALT
versions of RGBDS)
2017-09-24fix warnings in lzcomp and md5yenatch
2017-09-24Add warnings for toolsyenatch
2017-09-24tools/gfx: Replace --width with --pngyenatch
2017-09-23Update travis.ymlPikalaxALT
2017-09-23Fix section linkingPikalaxALT
Create linker script and float all sections
2017-09-17Merge pull request #388 from surskitty/masteryenatch
Moving a few images out of gfx/unknown
2017-09-10Updating Makefile for the unused GB + N64 image.surskitty