mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
69 lines
1.8 KiB
C++
69 lines
1.8 KiB
C++
/**
|
|
* d_a_player_bottle.inc
|
|
*
|
|
* Code relating to various bottled items and bottle interactions.
|
|
*
|
|
* This file is not a standalone translation unit and is instead directly
|
|
* included into d_a_player_main.cpp.
|
|
*
|
|
* The original name of this file is not known, but a best guess was taken
|
|
* based on the original names of the functions it contains.
|
|
*/
|
|
|
|
#include "d/actor/d_a_player_main.h"
|
|
|
|
/* 80151E40-80151E60 .text changeBottleDrinkFace__9daPy_lk_cFi */
|
|
void daPy_lk_c::changeBottleDrinkFace(int) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 80151E60-80152128 .text setBottleModel__9daPy_lk_cFUs */
|
|
void daPy_lk_c::setBottleModel(u16) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 80152128-801521A0 .text makeFairy__9daPy_lk_cFP4cXyzUl */
|
|
void daPy_lk_c::makeFairy(cXyz*, u32) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 801521A0-80152300 .text procBottleDrink_init__9daPy_lk_cFUs */
|
|
BOOL daPy_lk_c::procBottleDrink_init(u16) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 80152300-80152624 .text procBottleDrink__9daPy_lk_cFv */
|
|
BOOL daPy_lk_c::procBottleDrink() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 80152624-801527CC .text procBottleOpen_init__9daPy_lk_cFUs */
|
|
BOOL daPy_lk_c::procBottleOpen_init(u16) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 801527CC-80152ED0 .text procBottleOpen__9daPy_lk_cFv */
|
|
BOOL daPy_lk_c::procBottleOpen() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 80152ED0-80153064 .text procBottleSwing_init__9daPy_lk_cFi */
|
|
BOOL daPy_lk_c::procBottleSwing_init(int) {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 80153064-80153338 .text procBottleSwing__9daPy_lk_cFv */
|
|
BOOL daPy_lk_c::procBottleSwing() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 80153338-80153438 .text procBottleGet_init__9daPy_lk_cFv */
|
|
BOOL daPy_lk_c::procBottleGet_init() {
|
|
/* Nonmatching */
|
|
}
|
|
|
|
/* 80153438-80153554 .text procBottleGet__9daPy_lk_cFv */
|
|
BOOL daPy_lk_c::procBottleGet() {
|
|
/* Nonmatching */
|
|
}
|