Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-02 | Get rid of "\@" symbols used in local labels | sawakita | |
2012-10-01 | Improve error checking in the context of issue #27 | sawakita | |
Link to kanzures' guidelines for that issue: https://bitbucket.org/iimarckus/pokered/issue/27/analyze_incbinsscan_for_predifined_labels#comment-2068911 | |||
2012-10-01 | Fix param error in load_asm_if_one_exists_in() | sawakita | |
Not sure, but I suppose that using *args makes the passed list an element of the args list, thus causing iteration on args to yield the passed list as an element instead of yielding the single elements of the passed list. Maybe. | |||
2012-10-01 | Restore auto-loading of default "main" asm file | sawakita | |
This feature was removed misunderstanding its actual use: if filename passed to load_asm() is in defaults the correct current main asm file is loaded. This saves us from knowing which actually is the current name of the "main" asm file, because the correct one is chosen automatically (unless, of course, the passed filename is not in the defaults list. | |||
2012-10-01 | Fix pokered_dir extrapolation | sawakita | |
Without "os.path.abspath" the result was an empty string. Now the absolute path is correctly calculated. | |||
2012-09-30 | Merged in sawakita/pokered (pull request #2) | iimarckus | |
2012-09-30 | Make analyze_incbins dirs reference os-independent | sawakita | |
This should fix a bug caused by comparing string literals to directories. It should also be safer, using "os" module to access paths. | |||
2012-09-20 | DisplayDexRating. It sucks that I can't use a label for the dbw macro, as ↵ | stag019 | |
that would make DexRatingsTable look a lot cleaner. | |||
2012-09-20 | Code dealing with palettes. Really, does anyone know if bit 3 of battle ↵ | stag019 | |
status 3 is used? | |||
2012-09-20 | Type effectiveness display message. That's right, I did some work for once. | stag019 | |
2012-08-26 | .hgignore -> .gitignore | Bryan Bishop | |
2012-08-26 | Add more scripts from Champion Rival’s room. | IIMarckus | |
hg-commit-id: c58013f6cc9b | |||
2012-08-26 | Add the boulder checking code in Seafoam Islands. | IIMarckus | |
hg-commit-id: e6031dbbcc5b | |||
2012-08-24 | Some label improvements. | IIMarckus | |
hg-commit-id: fa7dbcf6d009 | |||
2012-08-24 | Add more scripts from Bill's house. | IIMarckus | |
hg-commit-id: 3f7889ebb268 | |||
2012-08-24 | Add more scripts from Route 8 gatehouse. | IIMarckus | |
hg-commit-id: a8a00403ba8d | |||
2012-08-24 | Add more scripts from the Route 7 gatehouse. | IIMarckus | |
hg-commit-id: fe4704b8c229 | |||
2012-08-24 | Add more scripts from the Route 5 gatehouse. | IIMarckus | |
hg-commit-id: 3c09361e959e | |||
2012-08-24 | Add more scripts from Vermilion City. | IIMarckus | |
hg-commit-id: 79ca005394d3 | |||
2012-08-24 | Add another script from Cerulean City. | IIMarckus | |
hg-commit-id: f4bac0f8f57d | |||
2012-08-24 | Add the rest of the Viridian City scripts. | IIMarckus | |
hg-commit-id: 3d00648148ac | |||
2012-08-21 | Remove unneeded comments. | IIMarckus | |
hg-commit-id: 2b946e17be3f | |||
2012-08-21 | Fix several labels and add remaining scripts from Pewter City. | IIMarckus | |
hg-commit-id: 86759463ed88 | |||
2012-08-21 | Use labels for $34bf, and add some more code from Pewter City. | IIMarckus | |
hg-commit-id: a0c6d0201b95 | |||
2012-07-14 | Use decimal for overworld Pokémon levels, and Pokémon IDs for cries. | IIMarckus | |
hg-commit-id: 3788e38a85f6 | |||
2012-07-07 | Add the ▶ symbol to the text preprocessor. | IIMarckus | |
hg-commit-id: e3d1729bf4c4 | |||
2012-07-03 | Palette $0C is the Town Map palette. | IIMarckus | |
Noticed by Danni-E 33. hg-commit-id: 93a11989d9db | |||
2012-05-31 | “$f0 ; currency symbol” → “¥” | IIMarckus | |
hg-commit-id: 3adf6574394f | |||
2012-05-23 | Close yellowtrainers branch. | IIMarckus | |
hg-commit-id: b8279d635eb0 | |||
2012-05-23 | Merge in yellowtrainers branch. | IIMarckus | |
hg-commit-id: c2715afba545 | |||
2012-05-23 | Add trainer data added or changed in Yellow. | IIMarckus | |
hg-commit-id: 13217429ddf5 | |||
2012-05-23 | Add trainer special movesets from Yellow. | IIMarckus | |
hg-commit-id: 93c231df8a92 | |||
2012-05-13 | Merge Xeon’s stuff. | IIMarckus | |
hg-commit-id: 6a40706a4bb2 | |||
2012-04-07 | disassembled and named some general functions | xeons | |
hg-commit-id: 16b81dc4ca99 | |||
2012-03-30 | fix a few things I did wrong | xeons | |
hg-commit-id: 919adffe4381 | |||
2012-03-30 | Forced biking or surfing map handling functions | xeons | |
hg-commit-id: 7980878962c4 | |||
2012-03-30 | Some random label(s) somewhere... | stag019 | |
hg-commit-id: 66036833f01f | |||
2012-03-29 | CinnabarGymScript_Unknown75759/CinnabarGymScript_Unknown75772 | stag019 | |
hg-commit-id: db5196572497 | |||
2012-03-29 | FuchsiaGymScript_Unknown75453... probably needs a better name... | stag019 | |
hg-commit-id: fbe6f4dc16e4 | |||
2012-03-29 | Unknown_7657e and related stuff started. Needs work... | stag019 | |
hg-commit-id: 8060378fb0ae | |||
2012-03-26 | The save sound from Pokemon Red, and Pokemon Blue. | stag019 | |
hg-commit-id: 853da1329134 | |||
2012-03-26 | The pointer list at the end of bank 0. | stag019 | |
hg-commit-id: 6c466504608d | |||
2012-03-26 | 0x45023: Shaves 10 more bytes from rbdiff. | stag019 | |
hg-commit-id: c4bcd261f47c | |||
2012-03-23 | ActivatePC and associated stuff... | stag019 | |
hg-commit-id: 35bb9f0c0008 | |||
2012-03-23 | Comments are spaced out instead of tabbed out. | stag019 | |
hg-commit-id: 201f8c76b32b | |||
2012-03-22 | Work around a bug in textpre.py. | IIMarckus | |
Comments should not be parsed by textpre.py. Comments with characters in quotes that don't exist in textpre.py trigger a Python error. hg-commit-id: 83bd89af377e | |||
2012-03-22 | SubstituteEffectHandler from smkdan. | stag019 | |
hg-commit-id: 284019b3561e | |||
2012-03-22 | CheckTargetSubstitute from smkdan's docs. | stag019 | |
hg-commit-id: 229bf9102cf7 | |||
2012-03-22 | FreezeBurnParalyzeEffect and other various status stuff (from smkdan). | stag019 | |
hg-commit-id: f84c93ca318c | |||
2012-03-22 | JumpMoveEffect from smkdan's docs. | stag019 | |
hg-commit-id: 8b65a3389391 |