index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
Age
Commit message (
Expand
)
Author
2022-04-16
Additional vc_asserts (#906)
HEAD
master
vulcandth
2022-04-06
Use NUM_BATTLE_STATS instead of raw numbers
Idain
2022-04-05
Tile constant makes more sense as negative
mid-kid
2022-04-05
Cleanup Magic Numbers
vulcandth
2022-03-20
Replace magic numbers with constants (#894)
Idain
2022-03-12
Allow alternate labels for patch names
Rangi
2022-03-12
Build the Virtual Console patch with `make crystal11_vc` (#882)
vulcandth
2022-03-09
Identify some wMenuJoypad-related button constants
Rangi
2022-02-22
Rename `GetPokedexEntryBank` to `HeavyBall_GetDexEntryBank`
Rangi
2022-02-22
Rename ENGINE_FISH_SWARM to ENGINE_QWILFISH_SWARM (#879)
Idain
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-01-24
Document Return/Frustration bug and its fix (#872)
Idain
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
Use time constants more often (#867)
Idain
2022-01-08
Identify why five of six enemy mon base stats are copied (#866)
Idain
2021-12-22
Identify some overworld movement data
Rangi
2021-11-23
Use ~X instead of $ff ^ X
Rangi
2021-11-23
Use compound assignment operators
Rangi
2021-11-03
Fix #845: Liz gossips about a beautiful trainer, not Pokémon
Rangi
2021-10-24
Add assertions to some more tables
Rangi
2021-10-15
Add table assertions to slot machine data
Rangi
2021-10-06
Add `assert PokemonPicPointers == UnownPicPointers` in `GetFrontpicPointer`
Rangi
2021-09-07
`and 50 percent` -> `and %011111111`
Rangi
2021-08-16
More EFFECTIVEness.
IIMarckus
2021-08-16
Use EFFECTIVE constant for 1.0× battle damage.
IIMarckus
2021-07-19
Identify more palettes in CBG layouts
Rangi
2021-06-20
Fixing comments in BattleCommand_Teleport
Nescientist
2021-06-19
Standardize capitalization of ".Jumptable"
Rangi
2021-06-09
Fix incorrectly swapped Players PC menu constants
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 [wCurPartyLevel]...
Rangi
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
2021-04-27
Use {interpolation} to generate sequences of RAM labels
Rangi
2021-04-26
SPECIAL -> UNUSED_TYPES_END
Rangi
2021-04-19
Use rgbds 0.5.0
Rangi
2021-03-24
Add some comments regarding 16-bit increment/decrement
Rangi
2021-03-24
Sync some files with pokegold
Rangi
2021-03-23
Consistent comments in the tileset animation engine
Rangi
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-21
The radio's "Places & People" does not comment on Mysticalman Eusine
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-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
[next]