summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-10insert_blah_with -> insert_with in extras/README.mdBryan Bishop
original-commit-id: e7913e7a904649a63961d9c63dee17e5c7ec79a4
2012-05-10debugging to figure out the TextScript at 0x5daf1Bryan Bishop
original-commit-id: 7dd429fdf461082d04a518f3186d7b20d38c035b
2012-05-08consolidate insert_multiple and insert_single on the Asm classBryan Bishop
original-commit-id: 6ff6f93397f18f8764caa4e4de4a85c23942ef81
2012-05-05tool to dump texts from a particular bank into asmBryan Bishop
original-commit-id: 03ce919b58a20fb65d658bd389beabb5c77fde93
2012-05-05fix $58 parsing in texts for the text at 0x192f34Bryan Bishop
original-commit-id: ec102bc62d5fae3135ad4fdf53103af922503fb2
2012-05-05set TextInlineAsm to size=1 for nowBryan Bishop
original-commit-id: fa63fe8ab211035395690fd7cdcc5f901f082568
2012-05-05possible fix for movement scripts (many broken?)Bryan Bishop
original-commit-id: 47d1e412b9199d97c148abd8019b071c14039f2e
2012-05-05temporary and horrible fix to applymovement scriptsBryan Bishop
original-commit-id: 0357e1e2f0846d9ccbf199d22de005e1b24fd13d
2012-05-05make a broken MovementCommand parserBryan Bishop
original-commit-id: a9d376719882f7e6dcaa4ebb272ef47dfab40054
2012-05-05by default allow MovementCommand to handle <$45sBryan Bishop
original-commit-id: d16a6debfff13f28547a18e305f5a6820bd9f2dd
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