Commit Graph

7 Commits

Author SHA1 Message Date
Kurt
5f8b54acae Replace other usages
Won't currently error for these other 2 usages because only field item Tulips were out of range, but maybe on patch 1.20 :)

Centralize the logic for out of range handling
2021-07-29 00:28:12 -07:00
Kurt
42a16ea35e fix ItemKind.UnitIcon_FlwTulip out of range
ty verballyinsane for report & replication file
2021-07-29 00:20:23 -07:00
Kurt
d586085b18 Differentiate road colors
Closes #222
2020-05-15 08:17:19 -07:00
Kurt
1c2af21361 Show item sprite in item editor
no markup of ancillary values, just the image
2020-05-10 12:19:24 -07:00
Kurt
801db3e130 Add exterior acre pixel dumper, show exterior acres on Field Item editor
980KB -> 12KB when compressed, seems legit

just an array of tile definitions (32x32 style), sequential acres (undefined acres are all zeroed)

tiles aren't displated as granular as possible, only sets as 16x16 tiles instead of larger 32x32, but it should be a good enough color hint to people for editing

big thanks to ninji for the color mapping in his disassembly and the pbc->tile parse
2020-05-09 16:15:37 -07:00
Kurt
07e393177f add initial exterior acre pixel calculation
no functional changes to NHSE
2020-05-09 08:31:46 -07:00
Kurt
c1e7f2dc28 Move tile color to core 2020-05-09 00:13:19 -07:00