summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-21Remove RAM address commentsRangi
2020-06-21Travis 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-19Remove trainer .pal files.entrpntr
2020-06-19Format pokemon .pal files the same as pokecrystal.entrpntr
2020-06-19Rename labels to stop cheating the unnamed.py script.entrpntr
2020-06-18Harmonize engine/menus with pokecrystalRangi
2020-06-17Harmonize engine/overworld with pokecrystalRangi
2020-06-17Harmonize engine/{movie, pokemon} with pokecrystalRangi
To do: engine/{menus, overworld}
2020-06-17Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with ↵Rangi
pokecrystal To do: engine/{menus, movie, overworld, pokemon}
2020-06-17Harmonize engine/{gfx, items, link, math} with pokecrystalRangi
2020-06-16ReplaceChrisSprite -> UpdatePlayerSpriteRangi
2020-06-16Harmonize engine/{battle, battle_anims, events, games} with pokecrystalRangi
2020-06-16Harmonize home/ with pokecrystalRangi
2020-06-16Merge branch 'master' of https://github.com/pret/pokegoldRangi
2020-06-16[in progress] Harmonize more constant and data files with pokecrystalRangi
2020-06-16Map script cleanups.entrpntr
2020-06-16gold_silver_intro.asm -> intro.asmRangi
2020-06-16Harmonize some more symbols with pokecrystalRangi
2020-06-16Fix over-replacementRangi
2020-06-16BlackOutBGMap -> FillBGMap0WithBlack (after pokecrystal's ↵Rangi
HDMATransfer_FillBGMap0WithBlack)
2020-06-16hFF9E -> hBlackOutBGMapThirdRangi
2020-06-15Identify wObjectPrioritiesRangi
2020-06-15Define wStackBottomRangi
2020-06-15Remove a speculative commentRangi
2020-06-15Include legacy macrosRangi
Audio macros are useful for old music .asm, and in general, this makes pokegold and pokecrystal more compatible.
2020-06-15Remove Crystal-only CaughtDataRangi
2020-06-15WiseTriosRoom -> EcruteakTinTowerBackEntranceRangi
2020-06-15Remove unused map scene IDsRangi
2020-06-15SPRITE_BUENA -> SPRITE_BEAUTYRangi
2020-06-15Merge pull request #51 from entrpntr/miscRangi
Small cleanups
2020-06-15Fix bug comments as indicated in review.entrpntr
2020-06-15Padding -> unused beta pics in base stats.entrpntr
2020-06-15Miscellaneous cleanups.entrpntr
2020-06-15Treat std scripts like specials and predefs (ported from pokecrystal)Rangi
2020-06-15Port miscellaneous recent updates from pokecrystalRangi
2020-06-15Concatenate multiple intro 2bpps together before compressionRangi
2020-06-15Use pokecrystal's sine_table macroRangi
A circle has 65536 "degrees", so 32768 "degrees" = pi radians = half a circle
2020-06-15Mention pokegold in tools/unnamed.py outputRangi
2020-06-15Fix tools/unnamed.py for pokegoldRangi
2020-06-15Match hooh_gold.2bpp.lz and lugia_silver.2bpp.lz, and fix the Travis CI ↵Rangi
webhook.sh To do: revise hooh_gold.png and lugia_silver.png to resemble their screens, and use rgbgfx options to match the 2bpp tiles
2020-06-14Sync PlayersHouse1F labels with pokecrystalRangi
2020-06-14checkflag takes ENGINE constants, not EVENT constantsRangi
2020-06-14Set up Travis CIRangi
2020-06-14SGB border maps include the middle $00 area, which make strips out using trRangi
2020-06-14Fix #49: use the same tilepal macro as pokecrystalRangi
2020-06-14Match mosh remaining .2bpp.lz filesRangi
Still to go: - gfx/pokemon/alakazam/back_silver.2bpp.lz.bin - gfx/title/hooh_gold.2bpp.lz.bin - gfx/title/lugia_silver.2bpp.lz.bin
2020-06-14Derive Pokémon frontpic dimensions using tools/png_dimensionsRangi