index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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
2021-06-08
Fix incorrectly swapped constants in Players PC
TheFakeMateo
2021-06-08
Rename `prioritysjump` to `sdefer`
Rangi
2021-06-07
MON_PKRUS -> MON_POKERUS
Rangi
2021-06-07
"ld [MON_LEVEL], a" in ComputeNPCTrademonStats should be "ld ↵
Rangi
[wCurPartyLevel], a"
2021-05-30
Add more comments to tileset palette animation functions
Rangi
2021-05-30
Move the dbbw, dbww, and dbwww macros to legacy
Rangi
2021-05-09
Require rgbds 0.5.1
Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-27
Use {interpolation} to generate sequences of RAM labels
Rangi
This makes the table_width/assert_table_length usages unnecessary, and also keeps the labels automatically up to date if the length constants change.
2021-04-26
SPECIAL -> UNUSED_TYPES_END
Rangi
2021-04-20
Use rgbds 0.5.0
Rangi
2021-04-13
Group miscellaneous graphics from main.asm into their own object file
Rangi
2021-04-12
Comment that unused music bytes are left over from more channels
Rangi
2021-04-12
Rename SOUND_REST to SOUND_CRY
Rangi
2021-04-12
Remove some unnecessary padding allocations
Rangi
2021-03-24
Add some comments regarding 16-bit increment/decrement
Rangi
2021-03-24
Sync some files with pokecrystal
Rangi
2021-03-23
Consistent comments in the tileset animation engine
Rangi
2021-03-23
Verify uneven list sizes with list_start, li, and assert_list_length macros
Rangi
2021-03-22
Fix octave argument assertion
Rangi
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-21
Clean up some macro definitions
Rangi
2021-03-21
Use numeric constants in text strings with "{d:interpolation}"
Rangi
2021-03-21
Assert the sBox1-14 tables have NUM_BOXES entries
Rangi
2021-03-18
Run tools/palfix.py on gfx
Rangi
2021-03-17
Consistent labels for each nickname in RAM
Rangi
2021-03-17
Assert some more table widths
Rangi
2021-03-16
Revise some constant definitions
Rangi
2021-03-15
palfix.py outputs 2-bit grayscale if possible
Rangi
2021-03-15
Add tools/palfix.py, and make Python tools executable
Rangi
[next]