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!

Prerelease:The Legend of Zelda: Ocarina of Time/iQue/Removed Display Lists

From The Cutting Room Floor
< Prerelease:The Legend of Zelda: Ocarina of Time‎ | iQue
Revision as of 13:52, 30 November 2020 by ZeeRoX (talk | contribs) (Created Removed Display Lists subpage.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a sub-page of Prerelease:The Legend of Zelda: Ocarina of Time/iQue.

Adult Link

OoT-Epona.jpg

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[];
Hmmm...
To do:
Add info.
//extern Gfx	lc_stickhand_model[];
//extern Gfx	lc_stickhand_T_model[];
Hmmm...
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[];