Commit Graph

  • 315edbe14b get RomStr from romstr.py in gbz80disasm Bryan Bishop 2012-06-06 20:26:02 -0500
  • 63ccfbfd62 more wram vars Bryan Bishop 2012-06-05 23:52:42 -0500
  • 986a39c927 add some events to wram.asm Bryan Bishop 2012-06-05 23:49:44 -0500
  • fd98438233 battlemon in wram.asm Bryan Bishop 2012-06-05 23:26:18 -0500
  • a60236d2ef add trainer mons to wram.asm Bryan Bishop 2012-06-05 22:28:55 -0500
  • 82bd8f3c77 fix pwd line in INSTALL Bryan Bishop 2012-06-05 09:49:28 -0500
  • 45954f010c no sudo in cygwin instructions Bryan Bishop 2012-06-02 17:33:59 -0500
  • ff6817e855 text editors are lame anyway Bryan Bishop 2012-06-02 15:52:55 -0500
  • 2298bdaf00 minor changes Bryan Bishop 2012-06-02 15:39:10 -0500
  • e6905826bd fix missing step Bryan Bishop 2012-06-02 15:37:05 -0500
  • cac7fe5ea2 better installation documentation Bryan Bishop 2012-06-02 15:27:24 -0500
  • f3c5da7734 more install notes for ms windows users Bryan Bishop 2012-06-02 14:30:31 -0500
  • 7ecfe12e08 Adding INSTALL, screw markdown Sanky 2012-06-02 19:12:35 +0200
  • 9144706510 make unittest2 error show up in stderr Bryan Bishop 2012-06-02 11:42:09 -0500
  • 376f65a4fd temporarily disable label-usage (find_label) in gbz80disasm Bryan Bishop 2012-05-31 02:02:41 -0500
  • 8add342a85 find functions based on first few similar bytes Bryan Bishop 2012-05-31 02:02:23 -0500
  • 7fd15ecfb4 add in PrintNumber_AdvancePointer and Divide from pokered Bryan Bishop 2012-05-31 01:47:19 -0500
  • 7dd189b62e just adding a label for Multiply (no code) Bryan Bishop 2012-05-31 01:27:44 -0500
  • 232a3001a8 fix spacing in main.asm Bryan Bishop 2012-05-31 01:02:19 -0500
  • b21600f1ed copy in DelayFrames from pokered Bryan Bishop 2012-05-31 01:01:22 -0500
  • 7281681bcd copy in PrintBCDNumber from pokered Bryan Bishop 2012-05-31 00:50:43 -0500
  • cce3534cef copy in PrintBCDDigit from pokered Bryan Bishop 2012-05-31 00:45:21 -0500
  • 7ead7d8a64 copy in TextBoxBorder from pokered Bryan Bishop 2012-05-30 22:53:34 -0500
  • a51b73cc04 copy in NPlaceChar from pokered Bryan Bishop 2012-05-30 22:49:56 -0500
  • 75bddc1f13 for some reason AddNTimes is copied twice Bryan Bishop 2012-05-30 22:05:14 -0500
  • 884ed3f97d copy in CopyDataUntil from pokered Bryan Bishop 2012-05-30 22:00:30 -0500
  • b18cf8aef2 copy in ClearScreenArea from pokered Bryan Bishop 2012-05-30 21:57:26 -0500
  • 723e49531e minor formatting fix in CountSetBits Bryan Bishop 2012-05-30 21:21:56 -0500
  • 5693487f9a copy in CountSetBits from pokered Bryan Bishop 2012-05-30 21:21:27 -0500
  • ded5884f53 copy in StringCmp from pokered Bryan Bishop 2012-05-30 21:18:23 -0500
  • 42596ae1d6 fix typo in DisableLCD label name Bryan Bishop 2012-05-30 21:11:50 -0500
  • 92b42d4aeb copy in IsInArray from pokered Bryan Bishop 2012-05-30 21:11:21 -0500
  • 441959d6f1 copy in EnableLCD from pokered Bryan Bishop 2012-05-30 20:51:20 -0500
  • 4fe5dcee75 copy in DelayFrame from pokered Bryan Bishop 2012-05-30 20:47:32 -0500
  • da827e57af copy over CopyData from pokered Bryan Bishop 2012-05-30 20:41:22 -0500
  • 82d74cf1df copy in DisableLCD from pokered Bryan Bishop 2012-05-30 19:41:05 -0500
  • 802c7780ac use rgbfix to fix the header bytes Bryan Bishop 2012-05-30 14:13:14 -0500
  • cb72db3779 remove $10000 INCBIN bytes from banks $75, $76, $79 and $7a Bryan Bishop 2012-05-30 13:43:58 -0500
  • e4ff514bd4 add in some shared characters from pokered Bryan Bishop 2012-05-29 15:19:11 -0500
  • f5a200ef81 add IntroFadePalettes from pokered Bryan Bishop 2012-05-29 15:08:28 -0500
  • e954781618 hooray PrintNumber_PrintLeadingZero is also shared Bryan Bishop 2012-05-29 15:04:19 -0500
  • 0526702a5e IncGradGBPalTable_01 is the same from pokered Bryan Bishop 2012-05-29 14:54:19 -0500
  • 53b0dd13a8 comparator.py - find shared functions between pokered/pokecrystal Bryan Bishop 2012-05-29 14:50:56 -0500
  • d174c8b7c6 fix up AsmSection and line_has_comment_address Bryan Bishop 2012-05-29 14:50:35 -0500
  • 0edf9eb8b8 move AsmList into romstr.py too Bryan Bishop 2012-05-29 13:19:02 -0500
  • ee7d39bf04 move RomStr into a shared file Bryan Bishop 2012-05-29 13:08:43 -0500
  • cfb8bb4d7f Merge pull request #15 from yenatch/master Bryan Bishop 2012-05-28 17:40:03 -0700
  • 2f2466be66 add type interaction padz 2012-05-28 20:32:52 -0400
  • b13ded1954 replace 2call pointers with labels Bryan Bishop 2012-05-28 14:16:47 -0500
  • b56357cd08 use labels on all 2jumps Bryan Bishop 2012-05-28 14:11:53 -0500
  • 9d215d3e23 convert if_not_equal pointers to labels Bryan Bishop 2012-05-28 13:29:24 -0500
  • 962598f735 convert if_equal pointers to labels Bryan Bishop 2012-05-28 13:27:18 -0500
  • a4b311c266 finish converting iftrue/iffalse pointers to labels Bryan Bishop 2012-05-28 12:44:14 -0500
  • ea5255ab44 use labels in kurt-related scripts Bryan Bishop 2012-05-28 11:04:54 -0500
  • 3de3aef9c9 convert pointers to labels in some scripts Bryan Bishop 2012-05-28 10:56:47 -0500
  • b987b525b9 fix local pointers in UnknownScript_0x18508f (legendaries) Bryan Bishop 2012-05-28 10:40:51 -0500
  • 0aecb683a0 use map constants for wildmons sections Bryan Bishop 2012-05-28 10:30:45 -0500
  • a9b0eb4d87 update to_asm on MapHeader to use the BANK macro Bryan Bishop 2012-05-28 09:51:49 -0500
  • 3f8dacdc9e make primary map headers slightly more robust Bryan Bishop 2012-05-28 01:17:00 -0500
  • 5e37b9a97f insert all map connections Bryan Bishop 2012-05-28 00:16:38 -0500
  • 2fe10a6682 don't use any particular formula for strip-destination west/east Bryan Bishop 2012-05-27 23:50:18 -0500
  • 7d9552b5fa fix typo in strip destination pointer (north) calculations Bryan Bishop 2012-05-27 20:02:34 -0500
  • d48ce59997 do all the connection to_asm output Bryan Bishop 2012-05-27 19:45:44 -0500
  • 7466332ecc map dimension constants Bryan Bishop 2012-05-27 19:45:04 -0500
  • da74952bf7 asm output for strip pointer formulas Bryan Bishop 2012-05-27 18:24:09 -0500
  • 5b59d0776b better formulas for strip_destination and window Bryan Bishop 2012-05-27 15:54:44 -0500
  • a32c6d0aa4 improve formulas for calculating strip_pointer Bryan Bishop 2012-05-27 13:46:58 -0500
  • 56e0795d0d better equations for calculating strip_pointer in connections Bryan Bishop 2012-05-27 12:51:53 -0500
  • fbaadd97ac some broken code Bryan Bishop 2012-05-26 23:13:48 -0500
  • 3a614ddcea east connections? Bryan Bishop 2012-05-26 22:19:53 -0500
  • 30695eec25 fix MainText/PokedexText interaction Bryan Bishop 2012-05-26 16:10:11 -0500
  • d88ea77cfa start to parse the connection data Bryan Bishop 2012-05-26 14:46:34 -0500
  • 484ca4f6bb connection direction constants Bryan Bishop 2012-05-25 00:16:16 -0500
  • 6074a55e3d minor whitespace fix Bryan Bishop 2012-05-24 22:01:50 -0500
  • 2c8edc1ab0 Merge pull request #13 from iimarckus/evosattacks Bryan Bishop 2012-05-23 19:17:54 -0700
  • fedfa38901 Add move data from Pokémon Gold/Silver. IIMarckus 2012-05-23 20:12:33 -0600
  • 8cdfb75635 Add evolutions and attacks. IIMarckus 2012-05-23 20:05:19 -0600
  • 64f52b32ef fix more height/weight confusion and whitespacing Bryan Bishop 2012-05-23 19:40:12 -0500
  • 3d757efd3e Merge pull request #12 from Sanky/master Bryan Bishop 2012-05-23 17:37:09 -0700
  • 765b555b47 Dumped Pokédex data and entries. Sanky 2012-05-24 02:21:52 +0200
  • 4ec6dfc5fe fix PokedexText? Bryan Bishop 2012-05-23 18:15:48 -0500
  • 38eae01fcd fix PokedexText Bryan Bishop 2012-05-23 17:56:34 -0500
  • 1663472cf6 quick fix for PokedexText Bryan Bishop 2012-05-23 17:39:30 -0500
  • 0c778f2930 use PokedexText to parse text-script-like text without the first bash command Bryan Bishop 2012-05-23 17:38:15 -0500
  • 6c8db52d3b Merge pull request #11 from Zhorken/master Bryan Bishop 2012-05-23 14:51:36 -0700
  • efdd6d492a Fix an INCBIN length. Lynn "Zhorken" Vaughan 2012-05-23 17:48:19 -0400
  • 222434e8ae Merge pull request #10 from Zhorken/rebased Bryan Bishop 2012-05-23 12:01:26 -0700
  • 28e223d988 Spaces to tabs. Lynn "Zhorken" Vaughan 2012-05-14 21:57:00 -0400
  • 45083625ee Add a few more general-purpose-looking functions from bank 0. Lynn "Zhorken" Vaughan 2012-05-14 18:34:23 -0400
  • be70b4c130 remove $1f4d bytes from the end of bank $6c Bryan Bishop 2012-05-23 12:41:31 -0500
  • 2af7fa4bee remove $186a bytes from the end of bank $6b Bryan Bishop 2012-05-23 12:41:00 -0500
  • 26fba65334 remove $776 bytes from the end of bank $6a Bryan Bishop 2012-05-23 12:40:31 -0500
  • e0c733d545 remove $cc9 bytes from the end of bank $69 Bryan Bishop 2012-05-23 12:39:21 -0500
  • b42e976827 remove $f4f bytes from the end of bank $68 Bryan Bishop 2012-05-23 12:38:55 -0500
  • b352d24256 remove $9bd bytes from the end of bank $67 Bryan Bishop 2012-05-23 12:38:34 -0500
  • b641ed3dae remove $539 bytes from the end of bank $66 Bryan Bishop 2012-05-23 12:38:09 -0500
  • 600088f95d remove $940 bytes from the end of bank $65 Bryan Bishop 2012-05-23 12:37:42 -0500
  • dc13b60eaa remove $978 bytes from the end of bank $64 Bryan Bishop 2012-05-23 12:37:14 -0500
  • 76c16bf74a remove $bbf bytes from the end of bank $63 Bryan Bishop 2012-05-23 12:36:45 -0500
  • 51e5d17fb4 remove $888 bytes from the end of bank $62 Bryan Bishop 2012-05-23 12:35:37 -0500