summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-05fix MovementCommand.to_asm return value for id>$45Bryan Bishop
original-commit-id: a9a1e084a1aeb8235e93351d2ed5dbac66461fe6
2012-05-05starting ApplyMovementData and MovementCommandBryan Bishop
original-commit-id: adf55937c0c7db80bdd202d6ae176b73fcc08205
2012-05-04use a $50 macro to stop some text scriptsBryan Bishop
original-commit-id: 8a064dfb4538319e6e8f860e99700db298933dde
2012-05-04fix the use of text_command_classes (not the same format as command_classes)Bryan Bishop
original-commit-id: 2489165312a0ee2cc45d2a03edbed7623f124b73
2012-05-04to_asm and some constructor changesBryan Bishop
original-commit-id: 927d96621a543e4f27d570983259920db4625429
2012-05-04new TextScript.parse is almost exactly Script.parseBryan Bishop
original-commit-id: 6ee0c38b3c4188c9edfce08f313abe257e74588f
2012-05-04a better get_dependencies for NewTextScriptBryan Bishop
original-commit-id: 82d7043accd00c3b1260e3a23c2619e1fdb36ca5
2012-05-04use inspect to gather members for text_command_classesBryan Bishop
original-commit-id: f5e5c110d1301745c4137e4c8c3fe66155a330d2
2012-05-04add param_types to configure each text script command macroBryan Bishop
original-commit-id: fde936ac463bce1c5e36dc33b4596ce676da6deb
2012-05-04make sure the bytes don't run out with no ending byte in MainTextBryan Bishop
original-commit-id: 7d17027ffbc9a84cfb981bcadd76d5f2a052b7fa
2012-05-04handle $57 in MainText.to_asmBryan Bishop
original-commit-id: 133bcb70498f53cef584016615156cbe5bb7b447
2012-05-04not ever -> neverBryan Bishop
original-commit-id: 0721bd42e15d60af7c259da86f11effacc6aa636
2012-05-04add quotes to MainText.to_asm outputBryan Bishop
original-commit-id: 94ea6ef442ac19f246d353f8c47bf08a4819d6d1
2012-05-04adding non-byte-encoded characters into text to_asm outputBryan Bishop
original-commit-id: 9ff78a901a160eb227c21811986a3f0ab0f72f89
2012-05-04to_asm output for $50 and unknown bytes in textsBryan Bishop
original-commit-id: 55e40b520ec498630398ad302085868df870cf49
2012-05-04fix was_comma statement (gah)Bryan Bishop
original-commit-id: 2eeae555c5e4f2eed4b1e33d6f980fb5eeb93901
2012-05-04improve MainText.to_asm outputBryan Bishop
original-commit-id: cb0bcb77b93eebd16be8ee188e1bfb3a6a8ac80b
2012-05-04update some commentsBryan Bishop
original-commit-id: e867ed7469451912306f09786d79da021624ec5c
2012-05-03fix another readme comment about labelsBryan Bishop
original-commit-id: 6518a20a1b845467fa567c521b037ba1ae2b97fd
2012-05-03fix minor inaccuracyBryan Bishop
original-commit-id: 343ccc909a50dbb8758f1ffa60f1646739b8e503
2012-05-02fix typo in readmeBryan Bishop
original-commit-id: f2b0779feb299eb13cfa895e52bd5be3f76c263c
2012-05-02fix language specifierBryan Bishop
original-commit-id: ea379f3d9361ec93edceefabbe752cdd69f12e89
2012-05-02slightly improved exampleBryan Bishop
original-commit-id: 404dca19e15ccb63a8c8e22f7cb6fccc236e1b73
2012-05-02nope.. more formattingBryan Bishop
original-commit-id: b1d25e089d61f9005506f888ffc3cf98d6f91cf2
2012-05-02formatting?Bryan Bishop
original-commit-id: 220a9d8346a2fe873d346618da3eb0f068a44411
2012-05-02investigating bytes in the ROMBryan Bishop
original-commit-id: d1ddb5902883faac61f642847bb4e1a2995ae821
2012-05-02map_name -> map_idBryan Bishop
original-commit-id: b871e6c54db65021115bab822826f50d675ab6b6
2012-05-02get_dependencies does not return a list of labels nor stringsBryan Bishop
original-commit-id: 6ec59c81936deeb3b2595e3d9b243a3b5301ba59
2012-05-02show the map event header in the readmeBryan Bishop
original-commit-id: f51cde725088984ac6f437112437274082f7cfeb
2012-05-02figuring out where a script appears based on a known addressBryan Bishop
original-commit-id: 6973ec82ba5f7e6cc978a73c44887c416fbaa498
2012-05-02investigating scripts from a known addressBryan Bishop
original-commit-id: faa73c5a4702dead1b40ffa492d1f45acb607b08
2012-05-02extras/output.asm -> extras/output.txtBryan Bishop
original-commit-id: 7d6626ee691067ee2c98c297fba88706fae35465
2012-05-02clarify a sentenceBryan Bishop
original-commit-id: b6122070d921f381df61b4caf8e985c98361b75a
2012-05-02fix readme typoBryan Bishop
original-commit-id: 0406a12fdfaaa860336ad2bffb2411357dcd0448
2012-05-02basic README to explain crystal.pyBryan Bishop
original-commit-id: 6fa7fbc357722bccbfe5d2756f1d4b6821b2e476
2012-05-01move the text command classes aroundBryan Bishop
original-commit-id: 81208d51a078247fa0f83ee649932e1c9025e3e1
2012-04-30basic TextCommand skeleton from yesterdayBryan Bishop
original-commit-id: 37e808b43a54046c1f56313261a8f9bacc6b7427
2012-04-29begin to rewrite the text parserBryan Bishop
original-commit-id: 9189b3f6e02296e5dac76641543db92f59e720cc
2012-04-29clean up comments in Script.parse methodBryan Bishop
original-commit-id: 6eb1478f1b89eea93744ac67cd2d198d951ac9ca
2012-04-29remove old commentBryan Bishop
original-commit-id: a06cb374ef12552ffd2404eac561c5eb1810b324
2012-04-28temporary fix to prevent TextScript from appending @sBryan Bishop
original-commit-id: d4508d9beda76be00c79296e88129a5dcfd908d2
2012-04-28top-level dependency bug fix.. actual problem not solved ?Bryan Bishop
original-commit-id: ef56a46e8118d7532721516635b9fb2c8085d2ff
2012-04-27still having trouble with UnknownText_0x580c7 not in main.asmBryan Bishop
original-commit-id: 94e486be8983dfea18cb97b767447e0c2a551877
2012-04-27TextPointerLabelParam sometimes doesn't point to anything usefulBryan Bishop
original-commit-id: 90cee9191e01720656819eef906fb5053108e606
2012-04-27TextPointerLabelParam.get_dependencies() now returns the text pointerBryan Bishop
original-commit-id: 6321bf121f0afc5a16a510e08c688bcb6bf5ab15
2012-04-27words/pointers should point within bankBryan Bishop
original-commit-id: 94a6e1b0ccb531474e662a522940241a785b4739
2012-04-27fix MoneyByteParam formattingBryan Bishop
original-commit-id: d9a2680c71f06bd4c9134b02b1aaaa0286c0567c
2012-04-27possibly fix preprocessor/checkmoney issuesBryan Bishop
original-commit-id: 45c41795f517f420bc0b6cef4d061f767d90915c
2012-04-27reverse byte output in RAMAddressParam.to_asm()Bryan Bishop
original-commit-id: 14a35baa3fdc794c3a4f037530554768926e6465
2012-04-27redo item constants (some were missed?)Bryan Bishop
original-commit-id: 09a0e3aa85b22769a959e8c5b6abec38d2d770b2