log

age author description
Sat, 07 Apr 2012 07:43:17 -0500 Robert McIntyre restore memoization.
Sat, 07 Apr 2012 07:31:59 -0500 Robert McIntyre Fixed two major bugs related to restart events which were causing desync. The entire video now syncs properly.
Sat, 07 Apr 2012 05:42:26 -0500 Robert McIntyre fixed major bug with first-difference which was causing de-sync.
Fri, 06 Apr 2012 14:54:39 -0500 Robert McIntyre saving progress.
Fri, 06 Apr 2012 14:41:28 -0500 Robert McIntyre fixed problem with rival's name.
Fri, 06 Apr 2012 13:52:08 -0500 Robert McIntyre solving problem with rival name becomming a key item.
Fri, 06 Apr 2012 12:18:58 -0500 Robert McIntyre improved do-save-corruption
Fri, 06 Apr 2012 09:09:52 -0500 Robert McIntyre made more progress, have burn heals and correct name for rival.
Fri, 06 Apr 2012 07:22:18 -0500 Robert McIntyre improved efficiency of delayed-difference
Thu, 05 Apr 2012 15:05:08 -0500 Robert McIntyre improved delayed-difference with memoization
Thu, 05 Apr 2012 12:59:30 -0500 Robert McIntyre corrected compilation bugs
Wed, 04 Apr 2012 14:55:43 -0500 Robert McIntyre saving progress before trip to Liberal.
Wed, 04 Apr 2012 03:25:14 -0500 Robert McIntyre improved efficiency of set-cursor
Wed, 04 Apr 2012 01:04:06 -0500 Robert McIntyre fixed set-cursor so that moving the cursor backwards works
Wed, 04 Apr 2012 00:56:53 -0500 Robert McIntyre created functions to set the cursor to any position in any list
Wed, 04 Apr 2012 00:35:44 -0500 Robert McIntyre added function to determine wuantity of items currently selected
Wed, 04 Apr 2012 00:16:49 -0500 Robert McIntyre created function to determine total item-offset
Tue, 03 Apr 2012 23:17:33 -0500 Robert McIntyre located item-list related addresses.
Tue, 03 Apr 2012 04:16:20 -0500 Robert McIntyre adapting bootstrap to new util functions.
Mon, 02 Apr 2012 23:13:49 -0500 Robert McIntyre fixing runs to use new util functions.
Mon, 02 Apr 2012 21:25:24 -0500 Robert McIntyre remove crufty functions.
Mon, 02 Apr 2012 21:20:54 -0500 Robert McIntyre greatly speed up scroll-text by using binary-search.
Mon, 02 Apr 2012 20:30:28 -0500 Robert McIntyre merge
Mon, 02 Apr 2012 20:30:02 -0500 Robert McIntyre scroll text works robustly but is slow
Mon, 02 Apr 2012 10:58:16 -0500 Robert McIntyre major refactoring; made (walk) more robust
Sun, 01 Apr 2012 21:47:04 -0500 Dylan Holmes Added more to the rom map.
Sun, 01 Apr 2012 03:20:33 -0500 Dylan Holmes began writing out my notes on the ROM in an org file.
Sun, 01 Apr 2012 01:50:34 -0500 Dylan Holmes added hxc-intro-pkmn for seeing which pokemon is displayed in oak's intro, and sxc-intro-pkmn! for modifying it.
Sat, 31 Mar 2012 06:47:05 -0500 Dylan Holmes made progress on music; fixed several music pointers I grabbed from the internet.
Sat, 31 Mar 2012 04:25:49 -0500 Dylan Holmes moved the memory manipulation functions out of world.practice and into a separate location, gb.mem-utils, to avoid cyclic load dependency. will adjust the dependent files shortly.