pokemon-reverse-engineering-tools/pokemontools/map_editor.py, branch v1.6.0 reverse engineering tools Merge branch 'yenatch/map-editor' into master 2013-09-26T15:46:04+00:00 Bryan Bishop kanzure@gmail.com 2013-09-26T15:46:04+00:00 c02c65fe74089176889e2e9b78b1dcbecdf869fc Conflicts: pokemontools/crystal.py Fixes #40.
Conflicts:
	pokemontools/crystal.py

Fixes #40.
map_editor: create any pngs that don't exist yet 2013-09-26T06:52:45+00:00 yenatch yenatch@gmail.com 2013-09-26T06:52:45+00:00 001b6bc850b25f6cbd4d7a7cfa540c62cada88f6

map_editor: skip any nonexistent tiles in map rendering 2013-09-26T06:49:37+00:00 yenatch yenatch@gmail.com 2013-09-26T06:49:37+00:00 92eeee28dd0633655d331e658cdd3a5c6b5c6fab

map_editor: more flexible macro handling 2013-09-26T06:27:01+00:00 yenatch yenatch@gmail.com 2013-09-26T06:26:09+00:00 96574a08ee25c6118d4e1e5cb8ff334b118817f2 makes less assumptions about the structure of a header
makes less assumptions about the structure of a header
Revert "tabs to spaces (pep8)" 2013-09-26T06:24:13+00:00 Bryan Bishop kanzure@gmail.com 2013-09-26T06:24:13+00:00 cff5ce9bc81c78d8f841570480f1716fb91c1fac This reverts commit 9bea14db798eedcb262d17562a37b1f337fb67eb. Conflicts: pokemontools/map_editor.py
This reverts commit 9bea14db798eedcb262d17562a37b1f337fb67eb.

Conflicts:
	pokemontools/map_editor.py
refactor a global constant to be set in __init__ 2013-09-26T06:09:50+00:00 Bryan Bishop kanzure@gmail.com 2013-09-26T06:09:50+00:00 9d1a68cce57a9e4ac4111853c1597a646866a6af

put the tk loop into __main__ 2013-09-26T06:06:19+00:00 Bryan Bishop kanzure@gmail.com 2013-09-26T06:06:19+00:00 3f28232f0d7ad1a3c6a72c603c5f8318a57fba64

minor formatting fix 2013-09-26T06:05:23+00:00 Bryan Bishop kanzure@gmail.com 2013-09-26T06:05:23+00:00 e4b2d2e4d24d09b719712bf3793a655307fa60d8

tabs to spaces (pep8) 2013-09-26T06:04:51+00:00 Bryan Bishop kanzure@gmail.com 2013-09-26T06:04:51+00:00 9bea14db798eedcb262d17562a37b1f337fb67eb

use config instead of configuration 2013-09-26T05:57:29+00:00 yenatch yenatch@gmail.com 2013-09-26T05:57:29+00:00 5f0bd7a2fefbb9354301a3926b011d055e650c56 this was kind of overzealous
this was kind of overzealous