Cryomaniac13 / hengband-touhou-katteban-en

English translation for Hengband Touhou Katteban
7 stars 2 forks source link

Instances where English translations overflow structure fields #21

Closed backwardsEric closed 2 years ago

backwardsEric commented 2 years ago

clang warned about these:

rooms.c line 7306: "Receive item from exploration base" requires 35 bytes but the elements of act_names only allow for 30

rooms.c line 7386: "Chimata, Megumu, Tsukasa, Momoyo" requires 33 bytes but owner_name only allows for 30

backwardsEric commented 2 years ago

Fixed by https://github.com/Cryomaniac13/hengband-touhou-katteban-en/commit/e58c4eb14d8e803019c84ece8819fac974a70bef .