diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-05-22 08:49:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-22 08:49:36 -0400 |
commit | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (patch) | |
tree | 105bbdc450a3d3307d4aba3d038338baa4c007f5 /src/fieldmap.c | |
parent | 348bd19fddefede38716607ffe0ecdb4ae199bea (diff) | |
parent | 3e44eb26efdfa5676865f1f3b1415a7fa764a949 (diff) |
Merge pull request #58 from garakmon/text_dump
Some Text Dump
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r-- | src/fieldmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c index be5e1d54a..5d11c7d99 100644 --- a/src/fieldmap.c +++ b/src/fieldmap.c @@ -1022,4 +1022,4 @@ void apply_map_tileset1_tileset2_palette(struct MapData const *mapData) apply_map_tileset1_palette(mapData); apply_map_tileset2_palette(mapData); } -}
\ No newline at end of file +} |