index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
field_effect.c
Age
Commit message (
Expand
)
Author
2017-06-20
move data to C and introduce CompressedSpriteSheet and CompressedSpritePalette
camthesaxman
2017-06-16
Merge remote-tracking branch 'marijn/clean/headers'
yenatch
2017-06-15
field_effect.c merge
ProjectRevoTPP
2017-06-14
Remove unnecessary macros
PikalaxALT
2017-06-14
FILE MODES BrokeBack
PikalaxALT
2017-06-12
Merge field_effects data into src/field_effect.c
PikalaxALT
2017-06-12
FldEff_FlyIn (last remaining field effect)
scnorton
2017-06-12
Another sprite callback currently unlinked to any known/decompiled routine
scnorton
2017-06-12
FldEff_UseFly
PikalaxALT
2017-06-12
FldEff_NPCFlyOut
PikalaxALT
2017-06-11
FldEff_UseSurf
PikalaxALT
2017-06-11
Finish FldEff_FieldMoveShowMon except solitary nonmatching function
PikalaxALT
2017-06-11
Most of darkness field move streaks field effect
scnorton
2017-06-11
Get those two functions matching. Thanks camthesaxman\!
scnorton
2017-06-11
Use CpuCopy and CpuFill macros
PikalaxALT
2017-06-10
Attempt at decompiling field effect for sending out pokemon for field move
PikalaxALT
2017-06-10
Init functions for FieldMoveShowMon
PikalaxALT
2017-06-10
Another map-changing field effect (evil team hideout warp pads?)
PikalaxALT
2017-06-09
FldEff_PopOutOfAsh (misnamed?)
PikalaxALT
2017-06-09
FldEff_LavaridgeGymWarp
PikalaxALT
2017-06-09
Second half of Flannery gym animation (increased uncertainty about which dire...
PikalaxALT
2017-06-09
Field Effect first half of lavaridge gym fall down
PikalaxALT
2017-06-08
Dive field effect
PikalaxALT
2017-06-08
Waterfall field effect
PikalaxALT
2017-06-07
okay this isn't fly, but wtf is it? whatever it is, it's finished
PikalaxALT
2017-06-07
Fly-related functions?
PikalaxALT
2017-06-07
sub_8086870 (nonmatching)
scnorton
2017-06-07
Up through sub_80867AC (nonmatching wip)
PikalaxALT
2017-06-06
Some functions related to queueing overworld fly fldeff
PikalaxALT
2017-06-06
Pokecenter and HOF field effects, 2
PikalaxALT
2017-06-06
Pokecenter Heal and Hall Of Fame Record Effect, 1
scnorton
2017-06-06
Pick up decompiling field_effect.s
scnorton
2017-05-09
file renaming
YamaArashi
2017-04-27
Sort includes
Marijn van der Werf
2017-04-08
finish decompiling item_use.c (#244)
ProjectRevoTPP
2017-01-17
Sort includes
Marijn van der Werf
2017-01-17
Move `gStringVar` declarations to text.h
Marijn van der Werf
2016-12-02
[WIP] Extract all external function declarations to headers (#114)
Marijn van der Werf
2016-11-30
Declare more non-static functions in header files (#111)
Marijn van der Werf
2016-11-18
decompile field_effect.c
YamaArashi