Commit Graph

319 Commits

Author SHA1 Message Date
epidgin 8c1c9f47ad
Translated and entered labels up through L1717
Translated and entered labels L1700,L1701,L1702,L1703,L1704,L1705,L1706,L1707,L1708,L1709,L1710,L1711,L1712,L1713,L1714,L1715,L1716,L1717 and their associated labels.
2018-02-15 15:21:53 -05:00
epidgin 4349ba781a
Translated and entered labels up to L1699
Translated and entered labels L1653,L1655,L1656,L1657,L1658,L1691,L1692,L1693,L1694,L1695,L1696,L1697,L1698,L1699 and their associated labels.
2018-02-15 13:00:46 -05:00
epidgin 3874f0741b
Translated and entered labels up to L1647
Translated and entered labels L1632, L1633, L1634, L1642, L1645, L1646, L1647.
2018-02-14 10:19:50 -05:00
epidgin 25068fde53
Translated and updated blank labels up to L1627
Translated and updated labels L1613, L1618, L1619, L1621, L1623, L1624, L1626, L1627 and all of their associated labels.
2018-02-13 17:27:56 -05:00
epidgin e7ac713ba7
Translated and entered blank labels up to 1609
Updated L1577,L1582,L1586,L1589,L1590,L1591,L1595,L1599,L1603,L1604,L1606,L1609 and their associated labels.
Resolved all duplicate labels including L5843 and L5868
2018-02-12 15:52:27 -05:00
epidgin b9e35eb5fb
Reviewed and updated enemy encounters/deaths. 2018-02-09 23:14:31 -05:00
epidgin 4f3769b082
Reviewed and updated all battle text. 2018-02-09 23:00:19 -05:00
epidgin b1e96b1e9a
All TPT blocks reviewed and updated.
Blocks that may need checking:
- [0314]  - Egg Lady in Burglin Park
- [1137]  - Dynamic pronoun for girl/boy instead of sir/maam
- [1227]  - Code for Item name [90 FF AF][1A FF 02 00] present. Replaced with item name.
- [1270]  - Many labels are more than 3 lines.
- [7B FF] - All saturn text for length.
2018-02-09 22:25:54 -05:00
epidgin 56a07f7256
This file belongs in /working
Newer file already exists at that path. Deleted file.
2018-02-09 19:52:04 -05:00
epidgin 33dff73baf
Reviewed and updated blocks 1100-1206 2018-02-09 17:26:43 -05:00
epidgin d3586eb37b
Reviewed and updated blocks 1000-1099 2018-02-09 15:51:07 -05:00
epidgin a580efc822
Reviewed and updated blocks 0900-999 2018-02-09 14:37:07 -05:00
epidgin 39f247beea
Reviewed and updated blocks 800-899 2018-02-09 14:03:15 -05:00
epidgin d7af7721a1
Reviewed and updated blocks 700-799 2018-02-09 13:33:50 -05:00
epidgin d4f93f09ba
Reviewed and updated blocks 600-699. 2018-02-09 12:50:55 -05:00
epidgin ff2b6dc241
Reviewed and updated blocks 500-599. 2018-02-08 19:17:21 -05:00
epidgin d49b4c259a
Updated blocks 400-499. 2018-02-08 18:46:23 -05:00
epidgin 9c7f0e348b
Reviewed and updated Blocks 300-399.
Block 0314 (Egg Lady in Burglin) may need to be tested in game.
Location of the reference label is weird with the translated text.
2018-02-08 15:52:06 -05:00
epidgin 203a0c2159
Reviewed and updated blocks 220-299
Completed incomplete blocks and reviewed all other blocks for errors.
2018-02-08 13:52:37 -05:00
epidgin 69c2055380
Updated Blocks 160-199, other minor corrections
Also made corrections between blocks 200-220 and resolved duplicate labels.
Will continue reviewing all blocks.
2018-02-07 18:23:33 -05:00
epidgin 0850dd30ac
resolved duplicate labels
I was unable to manually resolve L5843 and L5863. Code for both lines matches the Japanese version.
2018-02-06 22:26:44 -05:00
epidgin 239dc9838a
Reviewed and updated Blocks 800-899 2018-02-02 17:11:07 -05:00
epidgin d2944c0b68
Added pidgin to contributors 2018-02-02 17:10:10 -05:00
epidgin 602a52caf0
Add files via upload 2018-02-01 21:04:57 -05:00
epidgin 71411288b1
Delete m12-strings-english - Copy.txt 2018-02-01 21:00:21 -05:00
epidgin 06ddbdf73f
Add files via upload 2018-02-01 20:59:44 -05:00
jeffman fb8ac2dbab Merge pull request #8 from PhoenixBound/master
TPT 500-599
2017-10-07 22:15:51 -04:00
PhoenixBound d594a39dc0 Fix a few more errors 2017-09-29 12:13:08 -05:00
PhoenixBound 2bcf57a4d3 Second pass, added some custom labels 2017-09-29 00:15:42 -05:00
PhoenixBound 4c8305595e TPT 500-599 first pass 2017-09-03 21:38:36 -05:00
jeffman e8aa855162 Started Goods window hacks 2017-04-06 01:39:11 -04:00
jeffman 83f88e7f17 Disable newline if text overflows; revert who/which window width
This is a problem because the game doesn't do auto newlines lazily; that
is, it will greedily scroll the text box on overflow, even if there's
nothing left to be printed.

This behaviour causes a problem when displaying "Which?" in the Equip
screens, because the width of that string is exactly the width of the
window. Because the window is only one line tall, the game was scrolling
down and the string would get erased.

Previously this was worked around by increasing the width of the window,
but recently I have found that it looks weird with the Goods window open.
So this is a slightly different workaround. I don't think we ever wanted
auto-newline-on-overflow _anyway_ since we're putting manual linebreaks
everywhere. Hopefully this doesn't cause problems.
2017-04-06 01:38:59 -04:00
jeffman 4337d2e266 Fixed a macro bug
I misunderstood what the equ directive does in armips. Replaced it with
a proper macro.
2017-04-03 09:56:18 -04:00
jeffman 1b0800e3c5 Fixed a bunch of exp-related stuff 2017-04-02 22:14:07 -04:00
jeffman c156ab6321 Fixed a bug where person and item were swapped 2017-04-02 22:13:53 -04:00
jeffman 550617f85a Fix YOU WON! graphics 2017-04-02 22:13:24 -04:00
jeffman 89ba552ef9 Disable printing [1E 20] after battle 2017-04-02 22:13:06 -04:00
jeffman b4ea923a81 Code formatting improvements 2017-04-02 22:12:18 -04:00
jeffman 2c93c55560 Updated notes 2017-04-02 22:09:08 -04:00
jeffman 07eb279677 Migrated from xkas to armips 2017-03-29 00:19:51 -04:00
jeffman 4682020e8b Added missing ASM refs and inserted placeholder text
This should fix issue #6.
2017-03-28 17:33:04 -04:00
jeffman 81dcaaa6d4 Small decompiler improvement 2017-03-28 17:31:45 -04:00
jeffman 4d75c6daa0 Added some notes 2017-03-28 17:31:38 -04:00
jeffman 4325e93d4f Added another enemy letter hack 2017-03-27 01:26:29 -04:00
jeffman 0a622c2a0f Added item name printing hack 2017-03-27 01:26:15 -04:00
jeffman f00fe3f266 Cleanup 2017-03-27 01:25:58 -04:00
jeffman 3e5d5f0112 Fixed missing bullet 2017-03-27 01:13:08 -04:00
jeffman dd8ad14ffa Undoing part of 347c6071 because it may have been a legitimate pointer 2017-03-27 01:07:01 -04:00
jeffman 347c60710f Fixed a wrong assembly ref
This is for the "@Just missed!" battle string.
2017-03-27 00:49:09 -04:00
jeffman a2881646e1 Fixed a control code 2017-03-27 00:48:49 -04:00