IFAT/IFAF Even or Odd turn

A simple IFAT condition that will return true if the current turn count is odd and false if it’s even.
Could be useful for gaidens/route splits or if you want to make something happen every other turn or something
[spoiler]
02 B4 03 48 00 78 02 21 06 DF 08 1C 02 BC 08 47 08 BC 02 02
[/spoiler]
paste that to some space in your ROM, use IFAT is you’re looking for an odd number and IFAF for even
Not thoroughly tested, let me know if it breaks

Already done by @CT075’s “every other turn” (though, granted, not explicitly stated)

well conflabbit