diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-06-06 01:22:22 -0500 |
| commit | a070bdcb21310c7d17b4fd057852f788fdfd61ca (patch) | |
| tree | ca50135e03b11b93e4c20ae2313742fcd728f595 /engine/overworld/load_wild_data.asm | |
| parent | Clean up Makefile (diff) | |
| download | pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.gz pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.xz pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.zip | |
Clean up white space
Diffstat (limited to 'engine/overworld/load_wild_data.asm')
| -rw-r--r-- | engine/overworld/load_wild_data.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/load_wild_data.asm b/engine/overworld/load_wild_data.asm index 083e08bf..71e3fe2a 100644 --- a/engine/overworld/load_wild_data.asm +++ b/engine/overworld/load_wild_data.asm @@ -29,5 +29,5 @@ LoadWildData: ; cb62 (3:4b62) ld de,wWaterMons ; otherwise, load surfing data ld bc,$0014 jp CopyData - + INCLUDE "data/wild_mons.asm"
\ No newline at end of file |
