We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Prerelease:The Legend of Zelda: Ocarina of Time/iQue/Removed Display Lists
Jump to navigation
Jump to search
This is a sub-page of Prerelease:The Legend of Zelda: Ocarina of Time/iQue.
Adult Link
z_ocarina2/z_player_shape.h contains two commented out display lists for Adult Link:
//extern Gfx l_bag_waist_model[]; //extern Gfx l_bag_waist_T_model[];
Both are presumably models for the bomb bag that was once visible on Link's waist, a visual feature that can be seen in screenshots released in August 1997.
Child Link
z_ocarina2/z_player_shape.h also references several commented out display lists for Child Link:
//extern Gfx lc_middle_sword_model[]; //extern Gfx lc_middle_sword_T_model[];
| To do: Add info. |
//extern Gfx lc_stickhand_model[]; //extern Gfx lc_stickhand_T_model[];
| To do: Add info. |
The display lists for the bomb bag appear again, but they are not commented out:
extern Gfx lc_bag_waist_model[]; extern Gfx lc_bag_waist_T_model[];
