pokemon-reverse-engineering-tools/pokemontools/crystal.py, branch py3-continued reverse engineering tools Merge branch 'master' into py3-continued 2016-08-28T00:12:23+00:00 Bryan Bishop kanzure@gmail.com 2016-08-28T00:12:23+00:00 30ec94681f8dda48cd66ecdbf1d7a0a82666f145 Conflicts: pokemontools/crystal.py
Conflicts:
	pokemontools/crystal.py
fix many failing tests 2016-08-27T17:26:57+00:00 Bryan Bishop kanzure@gmail.com 2016-08-27T17:26:57+00:00 92e1ef72d91b58cb8284806a44e1f2b56c205098

Make crystal use new-style classes on py2 2016-08-24T23:18:46+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-24T23:18:46+00:00 30c2048b14a5d3d0b5bda25f4c9119b9f1fc1fde

Remove use of new.classobj 2016-08-24T22:54:41+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-24T22:54:41+00:00 c71e7dd9778c7a2a563dbd1e780d79ea766a05d9

Fix most Python 3 compat issues with futurize --stage1 2016-08-24T22:43:15+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-24T22:43:15+00:00 a64657988a50522885618998e7f14168c299a19b

Fix event flags, and read them only if necessary. 2015-07-22T06:40:33+00:00 yenatch yenatch@gmail.com 2015-07-22T06:39:12+00:00 8c8868813a783063b776fece9addfcbc2f2530c1 Event flags are enumerated using macros defined outside of event_flags.asm, so parse the macros too.
Event flags are enumerated using macros defined outside of event_flags.asm, so parse the macros too.
Fix the output of PointerLabelParam.to_asm. 2014-10-29T04:53:08+00:00 yenatch yenatch@gmail.com 2014-10-29T04:49:21+00:00 aff76027a0aa8ec4cd3f4a392af8103063630be3 Accidentally forgot to zfill either half of pointer_part, which would return malformed addresses. Fixes de39f7c6ff487f02d1914cc4a3260817287207c5.
Accidentally forgot to zfill either half of pointer_part, which would return malformed addresses.

Fixes de39f7c6ff487f02d1914cc4a3260817287207c5.
Event commands "name" and "trainerclassname" take another argument. 2014-07-23T05:24:23+00:00 yenatch yenatch@gmail.com 2014-07-23T05:24:23+00:00 702f1f1102a34a7e40860233214a73b39a57862c

Event command loadwilddata takes a third argument. 2014-07-23T04:24:08+00:00 yenatch yenatch@gmail.com 2014-07-23T04:24:08+00:00 fb0029a78c30c015d630e065d1207d9b41d2a95b

The checkflag command family uses engine flags. 2014-07-23T04:22:20+00:00 yenatch yenatch@gmail.com 2014-07-23T04:22:20+00:00 9c7bce4ce7e25b6038277bb1dc31c716b18bb1c8