If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

Development:The Legend of Zelda: Ocarina of Time/Removed Display Lists

From The Cutting Room Floor
Jump to navigation Jump to search

This is a sub-page of Development:The Legend of Zelda: Ocarina of Time.

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[];