diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-25 17:49:42 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-25 17:49:42 -0400 |
commit | 95ea0e92e7e24de9ad77dfa0a3224718cd1564c3 (patch) | |
tree | b7a495221572f9861fd148a032a8f1850b15e3ec /src/trade.c | |
parent | 9330df8b4c891dd36ea00fbadbae42a49dece297 (diff) |
Start documenting rayquaza_scene
Diffstat (limited to 'src/trade.c')
-rw-r--r-- | src/trade.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/trade.c b/src/trade.c index 17967733a..49e7637a1 100644 --- a/src/trade.c +++ b/src/trade.c @@ -30,7 +30,6 @@ #include "pokemon_summary_screen.h" #include "pokemon_storage_system.h" #include "random.h" -#include "rom_8011DC0.h" #include "save.h" #include "script.h" #include "sound.h" |