log

age author description
2012-04-14 Robert McIntyre moved asseitem-writer assembly to rlm-assembly.
2012-04-14 Robert McIntyre merge.
2012-04-13 Dylan Holmes saving progress...
2012-04-13 Dylan Holmes Saving work -- found Pokedex menu text, and other things.
2012-04-13 Dylan Holmes Added several new things: NPC Pokemon names, Celadon prize data, NPC Trainers' Pokemon.
2012-04-14 Robert McIntyre brought documentation up to date.
2012-04-13 Robert McIntyre merge dylan's changes.
2012-04-13 Dylan Holmes Astoundingly, it is not generally possible to convert decimal representations into hexadecimal simply by prepending 0x.
2012-04-13 Dylan Holmes Found in-game pointers to type names; ready to remove manually-coded list.
2012-04-13 Robert McIntyre removed repeated nybbles, length is now 69 opcodes.
2012-04-13 Robert McIntyre got main-bootstrap-program down to 67 opcodes.
2012-04-13 Robert McIntyre removed one opcode
2012-04-13 Robert McIntyre all tests passed.
2012-04-13 Robert McIntyre finally made it to the actual writing part...
2012-04-13 Robert McIntyre this f@#@# thing oh my god.
2012-04-13 Robert McIntyre allowed non-even initial blank inputs.
2012-04-13 Robert McIntyre fixed bug where variables would be overwritten.
2012-04-13 Robert McIntyre use E as scratch instead of C
2012-04-13 Robert McIntyre fixed bug where A was always 0 when the self-modigying code was executed.
2012-04-13 Robert McIntyre set H for real
2012-04-13 Robert McIntyre set H, but found flaw in program flow.
2012-04-12 Robert McIntyre saving progress.
2012-04-12 Robert McIntyre saving progress....
2012-04-12 Robert McIntyre saving progress...
2012-04-12 Robert McIntyre saving progress.
2012-04-12 Robert McIntyre saving progress.
2012-04-12 Robert McIntyre had to change programs to prevent repeats.
2012-04-12 Robert McIntyre saving progress...
2012-04-12 Robert McIntyre changed scratch ragisters from BC to DE.
2012-04-12 Robert McIntyre working on mode-dispatch
2012-04-11 Robert McIntyre completed read-user-input by working off of Dylan's version.
2012-04-11 Robert McIntyre saving progress.
2012-04-11 Robert McIntyre decreased frame-metronome by one opcode
2012-04-11 Robert McIntyre frame-metronome no longer needs any state.
2012-04-11 Robert McIntyre leave HL unmolested
2012-04-11 Robert McIntyre simplifying frame-metronome
2012-04-11 Robert McIntyre created efficient frame-metronome program
2012-04-11 Robert McIntyre working on main bootstrap program
2012-04-11 Robert McIntyre modifying dylan's assembly bootstrap program so that my primitive item-writer program can write it to memory.
2012-04-10 Robert McIntyre add demo moves
2012-04-10 Robert McIntyre merge
2012-04-09 Dylan Holmes Found some tile sprites for printable characters. Neato.
2012-04-09 Dylan Holmes merged changes
2012-04-09 Dylan Holmes Added more sandbox stuff in rom.org to show how the memory is laid out.
2012-04-08 Dylan Holmes fixed a few blocks that were not tangling properly.
2012-04-10 Robert McIntyre script: wrote memory pattern from within game!
2012-04-10 Robert McIntyre cleaning up code
2012-04-09 Robert McIntyre script: item-program completely deposited. Will test tomorrow :)