summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-21Comment more ROM labels as unreferencedRangi
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-21Remove some more raw addressesRangi
2020-06-20Remove RAM address commentsRangi
2020-06-20pushd/popd are bash-onlyRangi
2020-06-20Travis should upload .sym files to the symbols branchRangi
2020-06-20Identify some more Unknown labelsRangi
2020-06-19sound_duty became duty_cycle_patternRangi
2020-06-18Harmonize engine/menus with pokegoldRangi
2020-06-17Harmonize engine/overworld with pokegoldRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenS...Rangi
2020-06-17Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with poke...Rangi
2020-06-17Harmonize engine/{gfx, items, link, math} with pokegoldRangi
2020-06-16ReplaceKrisSprite -> UpdatePlayerSpriteRangi
2020-06-16Harmonize engine/{battle, battle_anims, events, games} with pokegoldRangi
2020-06-16Harmonize home/ with pokegoldRangi
2020-06-16[in progress] Harmonize more constant and data files with pokegoldRangi
2020-06-16crystal_intro.asm -> intro.asmRangi
2020-06-16Harmonize some more symbols with pokegoldRangi
2020-06-15Identify wObjectPrioritiesRangi
2020-06-15Merge pull request #730 from Caverns4/patch-1Rangi
2020-06-15Mention pokecrystal in tools/unnamed.py outputRangi
2020-06-15Undo incorrect commentRangi
2020-06-15Adding 0 is pointless in CheckMimicUsedRangi
2020-06-14make DEBUG=1 logs all symbols in the .map and .sym filesRangi
2020-06-14wWildMonPP is 4 bytes, not one byte.Caverns4
2020-06-13Label some mobile addresses, and revise some commentsRangi
2020-06-11Remove redundant tile graphics file, reuse othersRangi
2020-06-11Merge pull request #729 from Rangi42/masterRangi
2020-06-10Define pokeanim setup commands like std scripts, predefs, and specialsRangi
2020-06-10predef_id -> lda_predef, for consistency with lda_coord and map_idRangi
2020-06-10Remove address-related commentRangi
2020-06-10Resolve #723: treat std scripts like specials and predefsRangi
2020-06-07Remove a \ from the end of a comment lineRangi
2020-06-07wPhoneList, like wItems et al, has a terminating 0 (see PokegearPhone_DeleteP...Rangi
2020-06-03Merge pull request #728 from Rangi42/masterRangi
2020-06-03Merge branch 'master' of https://github.com/pret/pokecrystalRangi
2020-06-03Merge pull request #727 from ISSOtm/free_spaceRangi
2020-06-03Separate UnusedBattleObjectPals from PartyMenuOBPalsRangi
2020-06-02Rewrite tools/free_space.awkISSOtm
2020-06-02Replace free_space.awk with free_space.pyRangi
2020-06-02Merge pull request #722 from entrpntr/fix-used-spaceRangi
2020-05-29Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)Lhivorde
2020-05-25Merge pull request #725 from FredrIQ/wd431Rangi
2020-05-26Add label for wd431 and remove misleading comment (it's not strictly mobile)Fredrik Ljungdahl
2020-05-25Some uses of SCREEN_WIDTH and SCREEN_HEIGHTRangi
2020-05-25Group MoveDescriptions with PrintMoveDesc and rename that to PrintMoveDescrip...Rangi
2020-05-24Update lzcompRangi
2020-05-23Remove unused tools/md5.cRangi
2020-05-23Match LZ compressed files (#724)aaaaaa123456789