From 18528add9bca7caf6a13a4a560b9d12ac92d6c70 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 5 Sep 2016 16:41:28 -0400 Subject: give FR1 more meaningful names --- main.info | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'main.info') diff --git a/main.info b/main.info index e3a4788..d629de1 100644 --- a/main.info +++ b/main.info @@ -85,7 +85,8 @@ range { name "cartoptions_left"; start $bffd; end $bffd; type bytetable; comment range { name "cartoptions_right"; start $9ffd; end $9ffd; type bytetable; comment "4 here means init & start the cart, no disk boot, non-diagnostic"; }; label { name "VDSLST"; addr $0200; size 2; }; -label { name "FR1"; addr $00e0; size 6; }; +label { name "demo_map_ptr"; addr $00e0; size 2; comment "points to level_desc of each map in turn, during the 'show all levels' demo"; }; +label { name "demo_name_offset"; addr $00e2; size 1; comment "offset from level_names to the name of each level in turn, during the 'show all levels' demo"; }; label { name "player_x_speed"; addr $95C5; size 20; comment "' PLAYER # SPEED? ' in PF2 color"; }; label { name "num_name_hscrol_table"; addr $95D9; size 4; comment "used for centering ONE TWO THREE FOUR, see option_key_handler"; }; label { name "number_names_0"; addr $95dd; size 4; comment "space space T space (names ONE TWO THREE FOUR)"; }; @@ -728,10 +729,10 @@ label { name "show_level_name"; addr $BA5D; size 1; comment "copy level name int label { name "sync_to_music"; addr $BA71; size 1; comment "level is already drawn with all color regs set to black. for each color reg, wait 1 sec before turning it visible. this syncs up with the music because the music was written to sync with this actually"; }; label { name "wait_1_sec"; addr $BA9E; size 1; comment "actually 64 jiffies, 1.067S ntsc, 1.28s pal"; }; label { name "demo_wait"; addr $B970; size 1; comment "96 jiffies, 1.6s ntsc, 1.92s pal"; }; -label { name "demo_show_map"; addr $B99D; size 1; comment "initially, FR1 points to $A000 (start of level descriptions), Y is $16, or offset to _map0 within level desc."; }; +label { name "demo_show_map"; addr $B99D; size 1; comment "initially, demo_map_ptr points to $A000 (start of level descriptions), Y is $16, or offset to _map0 within level desc."; }; label { name "demo_show_name"; addr $B9AC; }; label { name "demo_next_map"; addr $B9DE; }; -label { name "demo_set_colors"; addr $B9EC; comment "FR1 points to levelXX_desc"; }; +label { name "demo_set_colors"; addr $B9EC; comment "demo_map_ptr points to levelXX_desc"; }; label { name "demo_wait_1"; addr $B9C6; comment "approx 2/3 sec"; }; label { name "keep_waiting"; addr $BAA3; size 1; }; label { name "enable_joystick"; addr $8775; size 1; comment "called after level-intro music is finished playing"; }; -- cgit v1.2.3