index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
battle
/
move_effects
Age
Commit message (
Expand
)
Author
2022-02-15
Use constants for PartyAttr in move_effects/thief.asm
mid-kid
2022-01-24
Document Return/Frustration bug and its fix (#872)
Idain
2021-06-20
Fixing comments in BattleCommand_Teleport
Nescientist
2021-03-17
Consistent labels for each nickname in RAM
Rangi
2021-03-04
Verify data table sizes with table_width and assert_table_length macros
Rangi
2020-12-23
Rename some labels
Rangi
2020-11-17
Resolve some "???" comments
Rangi
2020-11-03
Identify remaining uses of wBuffer1-6 as general-purpose HP buffers or mobile
Rangi
2020-11-03
More syncing with pokegold
Rangi
2020-10-29
Updates to more closely sync with pokegold
Rangi
2020-10-29
Identify the remaining (non-mobile) uses of another WRAM union
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-04
Identify some more unnamed labels
Rangi
2020-08-29
Remove wKickCounter and wPresentPower aliases for wBattleAnimParam
Rangi
2020-06-13
Label some mobile addresses, and revise some comments
Rangi
2020-03-21
Add suffixes to some constants to avoid ambiguity
Rangi
2020-02-28
Document a bug where Teleport cannot fail for wild Pokémon
Rangi
2019-10-20
#641 fixes and additions. (#646)
mid-kid
2019-04-09
TextBox -> Textbox
mid-kid
2019-01-12
Say "BANK(Foo) ; aka BANK(Bar)" to clarify that Foo and Bar share a bank
Rangi
2018-12-26
Fix comments around BANK() statements
mid-kid
2018-11-21
Move BattleSideCopy to transform.asm
mid-kid
2018-08-26
hQuotient is a four-byte buffer (fixes #558)
Rangi
2018-08-25
Use labels instead of constants for HRAM
Rangi
2018-08-07
Fix constants in BattleCommand_MirrorCoat
mid-kid
2018-07-29
Add meaningful aliases for wd265
Rangi
2018-07-23
StringCmp → CompareBytes; CompareLong → CompareBytesLong
Rangi
2018-07-21
Merge branch 'master' of hyperdriveguy/pokecrystal
IIMarckus
2018-07-20
Add Counter and Mirror Coat bugfix
Hyperdriveguy
2018-07-04
Miscellaneous reorganization fixes
Rangi
2018-06-25
No space between labels and bodies
Rangi
2018-06-25
Single newline at the end of files
Rangi
2018-06-25
Remove more triple newlines
Rangi
2018-06-24
Fix triple newlines left over from removing address comments
Rangi
2018-06-24
Remove more address comments
Rangi
2018-06-24
Remove all address comments
mid-kid
2018-04-05
Fix some uses of EFFECTIVE
mid-kid
2018-04-04
Merge pull request #505 from mid-kid/battlecommands
yenatch
2018-04-04
Rename some battle commands
mid-kid
2018-04-04
Label BattleCommand_BeatUpFailText
mid-kid
2018-04-04
Comment SapHealth
mid-kid
2018-04-01
Fix file permissions
mid-kid
2018-02-20
Use maskbits NUM_TYPES
Rangi
2018-02-03
Merge branch 'master' of https://github.com/pret/pokecrystal
Rangi
2018-01-26
Move-unique effect commands consistently go in engine/battle/move_effects/
Rangi