index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-04-08
Use NUM_BATTLE_STATS instead of raw numbers
HEAD
master
Rangi
2022-03-26
Port make_patch.c features needed for pokered
Rangi
2022-03-20
Replace magic numbers with constants
Rangi
2022-03-15
Use noreturn for usage_exit
Rangi
2022-03-15
Use -flto for all tools
Rangi
2022-03-14
Remove pokemontools and gfx.py; update PyPNG and standardize on Python 3
Rangi
2022-03-14
Add a `bpp2png` tool to replace gfx.py for converting 1/2bpp to PNG
Rangi
2022-03-14
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
vulcandth
2022-03-09
Identify some wMenuJoypad-related button constants
Rangi
2022-03-08
Slightly refactor some C tools
Rangi
2022-03-07
Miscellaneous tweaks (#72)
FrenchOrange
2022-03-02
Rename `*_verbose` functions to idiomatic `x*`
Rangi
2022-02-28
Remove unused #include <unistd.h>
Rangi
2022-02-28
Clarify how wCurBattleMon works
Rangi
2022-02-15
Use constants for PartyAttr in move_effects/thief.asm
mid-kid
2022-02-14
Clear however many bytes are needed for wFruitTreeFlags
Rangi
2022-02-12
Define the `*_WILDDATA_LENGTH` equations to match their data representation
Rangi
2022-01-22
`ClearWindowData` clears four menu data buffers, each the same size
Rangi
2022-01-20
Use `VRAM_End` in place of `sScratch`
Rangi
2022-01-10
Better comments for enemy health percentage code
Rangi
2022-01-10
Don't require a boolean trainer flag for `givepoke`
Rangi
2022-01-10
Use time constants more often
Rangi
2022-01-08
Identify why five of six enemy mon base stats are copied
Rangi
2021-12-30
Use `MAP_LENGTH` in `GetMapPointer`
Rangi
2021-12-22
Identify some overworld movement data
Rangi
2021-11-28
Swimmer♀ Mary is unused
Rangi
2021-11-23
Use ~X instead of $ff ^ X
Rangi
2021-11-23
Use compound assignment operators
Rangi
2021-11-23
Require rgbds 0.5.2
Rangi
2021-11-03
Comment unused trainers
Rangi
2021-11-03
Launch 'make compare' only for pret repo and not fork
Rangi
2021-10-30
Relocate the beta poker WRAM labels to avoid a NEXTU
Rangi
2021-10-29
Clarify documentation of maskbits
Rangi
2021-10-28
Use -1 for terminating happiness probability data
Rangi
2021-10-24
Add assertions to some more tables
Rangi
2021-10-15
Add table assertions to slot machine data
Rangi
2021-10-10
Merge branch 'master' of https://github.com/pret/pokegold
Rangi
2021-10-10
Remove event flags left over from pokecrystal
Rangi
2021-10-08
Kill Freenode.
IIMarckus
2021-10-06
Add `assert PokemonPicPointers == UnownPicPointers` in `GetFrontpic`
Rangi
2021-10-05
Fix spacing between event scripts
Rangi
2021-10-05
Use constants in the `UnusedEnteiScript`
Rangi
2021-10-05
Rename two sections that are contiguous in pokegold
Rangi
2021-09-26
Port rewritten tools from pokecrystal
Rangi
2021-09-26
`and 50 percent` -> `and %011111111`
Rangi
2021-09-26
Use EFFECTIVE constant for 1.0× battle damage
Rangi
2021-07-19
Identify more palettes in CBG layouts
Rangi
2021-06-20
Fixing comments in BattleCommand_Teleport
Rangi
2021-06-19
Switch from Travis CI to GitHub Actions
Rangi
2021-06-19
Standardize capitalization of ".Jumptable"
Rangi
[next]