2012-03-20 |
Robert McIntyre |
made a map of what I know about pokemon layout so far.
|
2012-03-20 |
Robert McIntyre |
can now get/set pokemon OT name
|
2012-03-20 |
Robert McIntyre |
can now determine the number of pokemon in the party.
|
2012-03-20 |
Robert McIntyre |
made function to get the sixth pokemon's full name
|
2012-03-20 |
Robert McIntyre |
major refactoring complete.
|
2012-03-20 |
Robert McIntyre |
preparing to refactor:
|
2012-03-20 |
Robert McIntyre |
determined location of sixth pokemon's name's first character.
|
2012-03-20 |
Robert McIntyre |
moved set-memory to proper position, added pokemon.clj
|
2012-03-20 |
Robert McIntyre |
added save states, since many functions now depend on them.
|
2012-03-19 |
Dylan Holmes |
added driver for dylan's code, verified that it works.
|
2012-03-19 |
Dylan Holmes |
write-memory-assembly* confirmed...stage one.
|
2012-03-19 |
Dylan Holmes |
saving progress on state machine; 240 ops -> 90 ops (provided it withstands debugging)
|
2012-03-19 |
Dylan Holmes |
Checkpoint: about to include the state machine in the assembly* code.
|
2012-03-18 |
Dylan Holmes |
minor tweaking; incremental results: 91 -> 58
|
2012-03-18 |
Dylan Holmes |
Wrote a more efficient input-number-assembly program; 91 oc -> 60 oc.
|
2012-03-18 |
Robert McIntyre |
removed hardcoded /home/r/ strings from paths and made them relative to user.home
|
2012-03-18 |
Robert McIntyre |
saving progress
|
2012-03-18 |
Robert McIntyre |
converted rival-name letter-map to hexadecimal
|
2012-03-18 |
Robert McIntyre |
added rival-name letter-map
|
2012-03-18 |
Robert McIntyre |
going to make a bootstrap program for the first bootstrap program
|
2012-03-18 |
Robert McIntyre |
removed literal 0xFFs from assembly code since they interfere with the item-list.
|
2012-03-18 |
Robert McIntyre |
dylan added some code
|
2012-03-17 |
Robert McIntyre |
preliminary memory bootstrapping program complete.
|
2012-03-17 |
Robert McIntyre |
completed mode 3
|
2012-03-17 |
Robert McIntyre |
need to add another mode to handle 16 bit start point
|
2012-03-17 |
Robert McIntyre |
fixed problem with mode transitions
|
2012-03-17 |
Robert McIntyre |
saving progress.
|
2012-03-17 |
Robert McIntyre |
working on proper timing for modes
|