mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-09 14:05:28 -04:00
Split player functions into appropriate .inc files (#47)
* split files * remove functions that are prob weak
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
/**
|
||||
* d_a_player_battle.inc
|
||||
*
|
||||
* Code relating to (?) (How is this different from the "cut" functions in the sword file?)
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 8013E250-8013E384 .text setSpecialBattle__9daPy_lk_cFi */
|
||||
void daPy_lk_c::setSpecialBattle(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013E384-8013E454 .text changeSpecialBattle__9daPy_lk_cFv */
|
||||
void daPy_lk_c::changeSpecialBattle() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013E454-8013E72C .text procBtJump_init__9daPy_lk_cFP13fopEn_enemy_c */
|
||||
void daPy_lk_c::procBtJump_init(fopEn_enemy_c*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013E72C-8013E860 .text procBtJump__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtJump() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013E860-8013E9D4 .text procBtJumpCut_init__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::procBtJumpCut_init(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013E9D4-8013EBD0 .text procBtJumpCut__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtJumpCut() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013EBD0-8013EC50 .text procBtSlide__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtSlide() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013EC50-8013EE64 .text procBtRoll_init__9daPy_lk_cFP13fopEn_enemy_c */
|
||||
void daPy_lk_c::procBtRoll_init(fopEn_enemy_c*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013EE64-8013F010 .text procBtRoll__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtRoll() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F010-8013F200 .text procBtRollCut_init__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::procBtRollCut_init(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F200-8013F3E8 .text procBtRollCut__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtRollCut() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F3E8-8013F4A8 .text procBtVerticalJump_init__9daPy_lk_cFP13fopEn_enemy_c */
|
||||
void daPy_lk_c::procBtVerticalJump_init(fopEn_enemy_c*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F4A8-8013F520 .text procBtVerticalJump__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtVerticalJump() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F520-8013F5BC .text procBtVerticalJumpCut_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtVerticalJumpCut_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F5BC-8013F6E4 .text procBtVerticalJumpCut__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtVerticalJumpCut() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F6E4-8013F7F0 .text procBtVerticalJumpLand_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtVerticalJumpLand_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F7F0-8013F848 .text procBtVerticalJumpLand__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBtVerticalJumpLand() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,78 @@
|
||||
/**
|
||||
* d_a_player_boomerang.inc
|
||||
*
|
||||
* Code relating to the Boomerang item.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 8014956C-80149590 .text checkBoomerangAnime__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::checkBoomerangAnime() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149590-80149698 .text throwBoomerang__9daPy_lk_cFv */
|
||||
void daPy_lk_c::throwBoomerang() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149698-801497A4 .text returnBoomerang__9daPy_lk_cFv */
|
||||
void daPy_lk_c::returnBoomerang() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801497A4-8014984C .text checkNextActionBoomerangReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextActionBoomerangReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014984C-801498D8 .text checkNextActionBoomerangFly__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextActionBoomerangFly() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801498D8-80149964 .text checkNextBoomerangMode__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextBoomerangMode() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149964-80149A44 .text changeBoomerangCatchProc__9daPy_lk_cFv */
|
||||
void daPy_lk_c::changeBoomerangCatchProc() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149A44-80149AF0 .text procBoomerangSubject_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBoomerangSubject_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149AF0-80149C00 .text procBoomerangSubject__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBoomerangSubject() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149C00-80149CC8 .text procBoomerangMove_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBoomerangMove_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149CC8-80149DA4 .text procBoomerangMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBoomerangMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149DA4-80149E1C .text procBoomerangCatch_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBoomerangCatch_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149E1C-80149ECC .text procBoomerangCatch__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBoomerangCatch() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
/**
|
||||
* 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_link.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(unsigned short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80152128-801521A0 .text makeFairy__9daPy_lk_cFP4cXyzUl */
|
||||
void daPy_lk_c::makeFairy(cXyz*, unsigned long) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801521A0-80152300 .text procBottleDrink_init__9daPy_lk_cFUs */
|
||||
void daPy_lk_c::procBottleDrink_init(unsigned short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80152300-80152624 .text procBottleDrink__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBottleDrink() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80152624-801527CC .text procBottleOpen_init__9daPy_lk_cFUs */
|
||||
void daPy_lk_c::procBottleOpen_init(unsigned short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801527CC-80152ED0 .text procBottleOpen__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBottleOpen() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80152ED0-80153064 .text procBottleSwing_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procBottleSwing_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80153064-80153338 .text procBottleSwing__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBottleSwing() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80153338-80153438 .text procBottleGet_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBottleGet_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80153438-80153554 .text procBottleGet__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBottleGet() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,98 @@
|
||||
/**
|
||||
* d_a_player_bow.inc
|
||||
*
|
||||
* Code relating to the Bow item.
|
||||
*
|
||||
* 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 known because of an assert contained within
|
||||
* a function from this file.
|
||||
*/
|
||||
|
||||
#include "d/actor/d_a_player_link.h"
|
||||
|
||||
/* 80149ECC-80149F88 .text bowJointCB__9daPy_lk_cFi */
|
||||
void daPy_lk_c::bowJointCB(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149F88-80149FD0 .text daPy_bowJointCB__FP7J3DNodei */
|
||||
void daPy_bowJointCB(J3DNode*, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80149FD0-8014A008 .text bowButton__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::bowButton() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A008-8014A02C .text checkBowReadyAnime__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::checkBowReadyAnime() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A02C-8014A080 .text checkBowAnime__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::checkBowAnime() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A080-8014A180 .text makeArrow__9daPy_lk_cFv */
|
||||
void daPy_lk_c::makeArrow() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A180-8014A1CC .text deleteArrow__9daPy_lk_cFv */
|
||||
void daPy_lk_c::deleteArrow() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A1CC-8014A2A0 .text setBowReadyAnime__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setBowReadyAnime() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A2A0-8014A328 .text setBowReloadAnime__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setBowReloadAnime() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A328-8014A60C .text checkNextActionBowReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextActionBowReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A60C-8014A680 .text checkNextActionBowFly__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextActionBowFly() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A680-8014A6F4 .text checkNextBowMode__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextBowMode() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A6F4-8014A834 .text setBowModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setBowModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A834-8014A8D4 .text procBowSubject_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBowSubject_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A8D4-8014A974 .text procBowSubject__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBowSubject() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014A974-8014AA2C .text procBowMove_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBowMove_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014AA2C-8014AB5C .text procBowMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procBowMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
/**
|
||||
* d_a_player_climb.inc
|
||||
*
|
||||
* Code relating to climbing on walls (like vines).
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 80135B50-80135B74 .text getClimbMoveAnmSpeed__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getClimbMoveAnmSpeed() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80135B74-80135DA0 .text setClimbShapeOffset__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setClimbShapeOffset() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80135DA0-80135E14 .text getClimbDirectionFromAngle__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getClimbDirectionFromAngle() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80135E14-80135E98 .text changeClimbMoveProc__9daPy_lk_cFi */
|
||||
void daPy_lk_c::changeClimbMoveProc(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80135E98-80136154 .text setMoveBGCorrectClimb__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setMoveBGCorrectClimb() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80136154-80136200 .text checkBgCorrectClimbMove__9daPy_lk_cFP4cXyzP4cXyz */
|
||||
void daPy_lk_c::checkBgCorrectClimbMove(cXyz*, cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80136200-80136588 .text checkBgClimbMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkBgClimbMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80136588-801365F4 .text procClimbUpStart_init_sub__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procClimbUpStart_init_sub() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801365F4-80136708 .text procClimbUpStart_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procClimbUpStart_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80136708-8013680C .text procClimbUpStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procClimbUpStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013680C-8013693C .text procClimbDownStart_init__9daPy_lk_cFs */
|
||||
void daPy_lk_c::procClimbDownStart_init(short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013693C-80136A34 .text procClimbDownStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procClimbDownStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80136A34-80136B80 .text procClimbMoveUpDown_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procClimbMoveUpDown_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80136B80-80136C7C .text procClimbMoveUpDown__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procClimbMoveUpDown() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80136C7C-80136E28 .text procClimbMoveSide_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procClimbMoveSide_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80136E28-8013707C .text procClimbMoveSide__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procClimbMoveSide() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,103 @@
|
||||
/**
|
||||
* d_a_player_crawl.inc
|
||||
*
|
||||
* Code relating to crawling.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 801387A4-801387EC .text getCrawlMoveAnmSpeed__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getCrawlMoveAnmSpeed() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801387EC-80138868 .text getCrawlMoveSpeed__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getCrawlMoveSpeed() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80138868-801389D0 .text setCrawlMoveDirectionArrow__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setCrawlMoveDirectionArrow() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801389D0-80138D50 .text changeCrawlAutoMoveProc__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::changeCrawlAutoMoveProc(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80138D50-80138F28 .text getCrawlMoveVec__9daPy_lk_cFP4cXyzP4cXyzP4cXyz */
|
||||
void daPy_lk_c::getCrawlMoveVec(cXyz*, cXyz*, cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80138F28-801390B8 .text crawlBgCheck__9daPy_lk_cFP4cXyzP4cXyz */
|
||||
void daPy_lk_c::crawlBgCheck(cXyz*, cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801390B8-801392BC .text checkCrawlSideWall__9daPy_lk_cFP4cXyzP4cXyzP4cXyzP4cXyzPsPs */
|
||||
void daPy_lk_c::checkCrawlSideWall(cXyz*, cXyz*, cXyz*, cXyz*, short*, short*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801392BC-80139424 .text setDoStatusCrawl__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setDoStatusCrawl() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80139424-801394F0 .text procCrawlStart_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCrawlStart_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801394F0-80139640 .text procCrawlStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCrawlStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80139640-801396B0 .text checkNotCrawlStand__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::checkNotCrawlStand(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801396B0-80139760 .text checkNotCrawlStand__9daPy_lk_cFP4cXyzP4cXyz */
|
||||
void daPy_lk_c::checkNotCrawlStand(cXyz*, cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80139760-80139878 .text procCrawlMove_init__9daPy_lk_cFss */
|
||||
void daPy_lk_c::procCrawlMove_init(short, short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80139878-8013A004 .text procCrawlMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCrawlMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013A004-8013A0F0 .text procCrawlAutoMove_init__9daPy_lk_cFiP4cXyz */
|
||||
void daPy_lk_c::procCrawlAutoMove_init(int, cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013A0F0-8013A630 .text procCrawlAutoMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCrawlAutoMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013A630-8013A7C4 .text procCrawlEnd_init__9daPy_lk_cFiss */
|
||||
void daPy_lk_c::procCrawlEnd_init(int, short, short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013A7C4-8013A85C .text procCrawlEnd__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCrawlEnd() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,588 @@
|
||||
/**
|
||||
* d_a_player_dproc.inc
|
||||
*
|
||||
* Code relating to "demo processes" (small cutscene-like actions).
|
||||
*
|
||||
* 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 known because of an assert contained within
|
||||
* a function from this file.
|
||||
*/
|
||||
|
||||
#include "d/actor/d_a_player_link.h"
|
||||
|
||||
/* 8012CD60-8012CDD4 .text getDemoLookActor__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getDemoLookActor() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012CDD4-8012CE2C .text setTinkleCeiverModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setTinkleCeiverModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012CE2C-8012CEFC .text setTalismanModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setTalismanModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012CEFC-8012CFE8 .text setLetterModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setLetterModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012CFE8-8012D010 .text checkCaughtShapeHide__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkCaughtShapeHide() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012D010-8012D08C .text setShapeAngleToTalkActor__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setShapeAngleToTalkActor() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012D08C-8012D134 .text checkEndMessage__9daPy_lk_cFUl */
|
||||
void daPy_lk_c::checkEndMessage(unsigned long) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012D134-8012D300 .text setTalkStartBack__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setTalkStartBack() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012D300-8012D3C4 .text dProcTool_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTool_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012D3C4-8012DA3C .text dProcTool__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTool() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012DA3C-8012DBD0 .text dProcTalk_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTalk_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012DBD0-8012DDEC .text dProcTalk__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTalk() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012DDEC-8012DEA0 .text dProcDamage_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDamage_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012DEA0-8012DF24 .text dProcDamage__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDamage() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012DF24-8012E054 .text dProcHoldup_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcHoldup_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012E054-8012E09C .text dProcHoldup__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcHoldup() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012E09C-8012E244 .text dProcOpenTreasure_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcOpenTreasure_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012E244-8012E28C .text dProcOpenTreasure__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcOpenTreasure() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012E28C-8012E418 .text setGetItemSound__9daPy_lk_cFUsi */
|
||||
void daPy_lk_c::setGetItemSound(unsigned short, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012E418-8012E6B4 .text setGetDemo__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setGetDemo() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012E6B4-8012E8B0 .text dProcGetItem_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcGetItem_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012E8B0-8012ECB0 .text dProcGetItem__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcGetItem() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012ECB0-8012ED30 .text dProcUnequip_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcUnequip_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012ED30-8012ED74 .text dProcUnequip__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcUnequip() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012ED74-8012EE0C .text dProcLavaDamage_init_sub__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLavaDamage_init_sub() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012EE0C-8012EEE4 .text dProcLavaDamage_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLavaDamage_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012EEE4-8012EF78 .text dProcLavaDamage__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLavaDamage() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012EF78-8012F0DC .text dProcFreezeDamage_init_sub__9daPy_lk_cFi */
|
||||
void daPy_lk_c::dProcFreezeDamage_init_sub(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F0DC-8012F174 .text dProcFreezeDamage_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcFreezeDamage_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F174-8012F210 .text dProcFreezeDamage__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcFreezeDamage() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F210-8012F288 .text dProcDead_init_sub__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDead_init_sub() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F288-8012F38C .text dProcDead_init_sub2__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDead_init_sub2() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F38C-8012F3B8 .text checkGameOverStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkGameOverStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F3B8-8012F5A8 .text dProcDead_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDead_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F5A8-8012F928 .text dProcDead__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDead() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F928-8012F99C .text dProcLookAround_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookAround_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F99C-8012F9E4 .text dProcLookAround__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookAround() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012F9E4-8012FA50 .text dProcSalute_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSalute_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012FA50-8012FA98 .text dProcSalute__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSalute() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012FA98-8012FB2C .text dProcLookAround2_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookAround2_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012FB2C-8012FB88 .text dProcLookAround2__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookAround2() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012FB88-8012FC24 .text dProcTalismanPickup_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTalismanPickup_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012FC24-8012FCC0 .text dProcTalismanPickup__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTalismanPickup() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012FCC0-8012FE58 .text dProcTalismanWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTalismanWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012FE58-8012FFEC .text dProcTalismanWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTalismanWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012FFEC-801300F4 .text dProcSurprised_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSurprised_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801300F4-801301C0 .text dProcSurprised__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSurprised() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801301C0-80130278 .text dProcTurnBack_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTurnBack_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130278-801302CC .text dProcTurnBack__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcTurnBack() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801302CC-80130338 .text dProcLookUp_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookUp_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130338-80130380 .text dProcLookUp__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookUp() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130380-801303FC .text dProcQuakeWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcQuakeWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801303FC-80130434 .text dProcQuakeWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcQuakeWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130434-801304A0 .text dProcDance_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDance_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801304A0-801304D8 .text dProcDance__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDance() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801304D8-80130570 .text dProcCaught_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcCaught_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130570-801305A8 .text dProcCaught__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcCaught() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801305A8-8013065C .text dProcLookWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013065C-80130724 .text dProcLookWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130724-801307AC .text dProcPushPullWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPushPullWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801307AC-801307E4 .text dProcPushPullWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPushPullWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801307E4-80130884 .text dProcPushMove_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPushMove_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130884-801308BC .text dProcPushMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPushMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801308BC-8013098C .text dProcDoorOpen_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDoorOpen_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013098C-80130A54 .text dProcDoorOpen__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcDoorOpen() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130A54-80130ADC .text dProcNod_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcNod_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130ADC-80130B38 .text dProcNod__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcNod() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130B38-80130BE8 .text dProcPresent_init_sub__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPresent_init_sub() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130BE8-80130CA0 .text dProcPresent_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPresent_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130CA0-80130E88 .text dProcPresent__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPresent() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130E88-80130F2C .text dProcWindChange_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcWindChange_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130F2C-80130F98 .text dProcWindChange__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcWindChange() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80130F98-8013116C .text dProcStandItemPut_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcStandItemPut_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013116C-80131274 .text dProcStandItemPut__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcStandItemPut() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131274-80131310 .text dProcVorcanoFail_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcVorcanoFail_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131310-80131348 .text dProcVorcanoFail__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcVorcanoFail() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131348-80131450 .text dProcSlightSurprised_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSlightSurprised_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131450-8013154C .text dProcSlightSurprised__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSlightSurprised() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013154C-801315F8 .text dProcSmile_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSmile_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801315F8-8013168C .text dProcSmile__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSmile() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013168C-80131780 .text dProcBossWarp_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcBossWarp_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131780-8013182C .text dProcBossWarp__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcBossWarp() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013182C-80131908 .text dProcAgbUse_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcAgbUse_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131908-8013194C .text dProcAgbUse__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcAgbUse() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013194C-801319D0 .text dProcLookTurn_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookTurn_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801319D0-80131A7C .text dProcLookTurn__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLookTurn() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131A7C-80131B18 .text dProcLetterOpen_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLetterOpen_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131B18-80131B98 .text dProcLetterOpen__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLetterOpen() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131B98-80131C54 .text dProcLetterRead_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLetterRead_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131C54-80131D6C .text dProcLetterRead__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLetterRead() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131D6C-80131DD4 .text dProcRedeadStop_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcRedeadStop_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131DD4-80131E0C .text dProcRedeadStop__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcRedeadStop() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131E0C-80131E74 .text dProcRedeadCatch_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcRedeadCatch_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131E74-80131EAC .text dProcRedeadCatch__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcRedeadCatch() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131EAC-80131FB0 .text dProcGetDance_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcGetDance_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80131FB0-80132224 .text dProcGetDance__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcGetDance() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132224-801322D0 .text dProcBottleOpenFairy_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcBottleOpenFairy_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801322D0-80132438 .text dProcBottleOpenFairy__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcBottleOpenFairy() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132438-801324D0 .text dProcWarpShort_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcWarpShort_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801324D0-80132534 .text dProcWarpShort__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcWarpShort() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132534-801325F0 .text dProcOpenSalvageTreasure_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcOpenSalvageTreasure_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801325F0-8013265C .text dProcOpenSalvageTreasure__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcOpenSalvageTreasure() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013265C-80132728 .text dProcSurprisedWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSurprisedWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132728-80132784 .text dProcSurprisedWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcSurprisedWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132784-80132844 .text dProcPowerUpWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPowerUpWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132844-8013294C .text dProcPowerUp_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPowerUp_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013294C-80132A88 .text dProcPowerUp__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcPowerUp() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132A88-80132B68 .text dProcShipSit_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcShipSit_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132B68-80132BC4 .text dProcShipSit__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcShipSit() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132BC4-80132D00 .text dProcLastCombo_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLastCombo_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132D00-80132DDC .text dProcLastCombo__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcLastCombo() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132DDC-80132E48 .text dProcHandUp_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcHandUp_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132E48-80132E80 .text dProcHandUp__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcHandUp() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132E80-80132EEC .text dProcIceSlip_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcIceSlip_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132EEC-80132F34 .text dProcIceSlip__9daPy_lk_cFv */
|
||||
void daPy_lk_c::dProcIceSlip() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
/**
|
||||
* d_a_player_fan.inc
|
||||
*
|
||||
* Code relating to the Deku Leaf item.
|
||||
*
|
||||
* 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 known because of an assert contained within
|
||||
* a function from this file.
|
||||
*/
|
||||
|
||||
#include "d/actor/d_a_player_link.h"
|
||||
|
||||
/* 8014BAA0-8014BAEC .text fanWindEffectDraw__9daPy_lk_cFv */
|
||||
void daPy_lk_c::fanWindEffectDraw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014BAEC-8014BB38 .text fanWindCrashEffectDraw__9daPy_lk_cFv */
|
||||
void daPy_lk_c::fanWindCrashEffectDraw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014BB38-8014BBE8 .text fanJointCB__9daPy_lk_cFi */
|
||||
void daPy_lk_c::fanJointCB(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014BBE8-8014BC2C .text daPy_fanJointCallback__FP7J3DNodei */
|
||||
void daPy_fanJointCallback(J3DNode*, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014BC2C-8014BD08 .text parachuteJointCB__9daPy_lk_cFi */
|
||||
void daPy_lk_c::parachuteJointCB(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014BD08-8014BD4C .text daPy_parachuteJointCallback__FP7J3DNodei */
|
||||
void daPy_parachuteJointCallback(J3DNode*, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014BD4C-8014BE50 .text setShapeFanLeaf__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setShapeFanLeaf() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014BE50-8014BEEC .text checkFanGlideProc__9daPy_lk_cFi */
|
||||
void daPy_lk_c::checkFanGlideProc(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014BEEC-8014BFBC .text setFanModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setFanModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014BFBC-8014C0C0 .text setSmallFanModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setSmallFanModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014C0C0-8014C254 .text setParachuteFanModel__9daPy_lk_cFf */
|
||||
void daPy_lk_c::setParachuteFanModel(float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014C254-8014C34C .text procFanSwing_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procFanSwing_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014C34C-8014CA1C .text procFanSwing__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procFanSwing() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014CA1C-8014CB94 .text procFanGlide_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procFanGlide_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014CB94-8014D778 .text procFanGlide__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procFanGlide() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
/**
|
||||
* d_a_player_food.inc
|
||||
*
|
||||
* Code relating to the All-Purpose Bait and Hyoi Pear items.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 80154334-801543A0 .text setHyoiModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setHyoiModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801543A0-801546F4 .text procFoodThrow_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procFoodThrow_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801546F4-80154880 .text procFoodThrow__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procFoodThrow() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80154880-80154A48 .text procFoodSet_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procFoodSet_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80154A48-80154B80 .text procFoodSet__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procFoodSet() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,133 @@
|
||||
/**
|
||||
* d_a_player_grab.inc
|
||||
*
|
||||
* Code relating to grabbing, holding, and throwing other actors.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 8013A85C-8013A890 .text checkGrabSpecialHeavyState__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkGrabSpecialHeavyState() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013A890-8013A8B4 .text getGrabMissActor__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getGrabMissActor() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013A8B4-8013A904 .text setWeaponBlur__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setWeaponBlur() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013A904-8013A97C .text checkGrabBarrelSearch__9daPy_lk_cFi */
|
||||
void daPy_lk_c::checkGrabBarrelSearch(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013A97C-8013AF84 .text setGrabItemPos__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setGrabItemPos() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013AF84-8013B05C .text freeGrabItem__9daPy_lk_cFv */
|
||||
void daPy_lk_c::freeGrabItem() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013B05C-8013B458 .text checkNextActionGrab__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextActionGrab() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013B458-8013B56C .text initGrabNextMode__9daPy_lk_cFv */
|
||||
void daPy_lk_c::initGrabNextMode() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013B56C-8013B6F4 .text procGrabReady_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabReady_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013B6F4-8013B8A0 .text procGrabReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013B8A0-8013BA50 .text procGrabUp_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabUp_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013BA50-8013BBBC .text procGrabUp__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabUp() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013BBBC-8013BC40 .text procGrabMiss_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabMiss_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013BC40-8013BD30 .text procGrabMiss__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabMiss() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013BD30-8013BE10 .text procGrabThrow_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procGrabThrow_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013BE10-8013C020 .text procGrabThrow__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabThrow() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013C020-8013C124 .text procGrabPut_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabPut_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013C124-8013C504 .text procGrabPut__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabPut() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013C504-8013C678 .text procGrabWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013C678-8013C914 .text procGrabWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013C914-8013C9AC .text procGrabHeavyWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabHeavyWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013C9AC-8013CB78 .text procGrabHeavyWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabHeavyWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013CB78-8013CBD0 .text procGrabRebound_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabRebound_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013CBD0-8013CC64 .text procGrabRebound__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procGrabRebound() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
/**
|
||||
* d_a_player_hammer.inc
|
||||
*
|
||||
* Code relating to the Skull Hammer item.
|
||||
*
|
||||
* 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 known because of an assert contained within
|
||||
* a function from this file.
|
||||
*/
|
||||
|
||||
#include "d/actor/d_a_player_link.h"
|
||||
|
||||
/* 8015023C-80150324 .text setHammerModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setHammerModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80150324-801508FC .text setHammerQuake__9daPy_lk_cFP13cBgS_PolyInfoPC4cXyzi */
|
||||
void daPy_lk_c::setHammerQuake(cBgS_PolyInfo*, const cXyz*, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801508FC-80150B60 .text setHammerWaterSplash__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setHammerWaterSplash() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80150B60-80150C40 .text procHammerSideSwing_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHammerSideSwing_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80150C40-80150DDC .text procHammerSideSwing__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHammerSideSwing() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80150DDC-80150F08 .text procHammerFrontSwingReady_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHammerFrontSwingReady_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80150F08-80150F98 .text procHammerFrontSwingReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHammerFrontSwingReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80150F98-801510DC .text procHammerFrontSwing_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHammerFrontSwing_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801510DC-801513D4 .text procHammerFrontSwing__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHammerFrontSwing() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801513D4-80151450 .text procHammerFrontSwingEnd_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHammerFrontSwingEnd_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80151450-801514B0 .text procHammerFrontSwingEnd__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHammerFrontSwingEnd() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
/**
|
||||
* d_a_player_hang.inc
|
||||
*
|
||||
* Code relating to hanging and moving on a ledge.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 80133F1C-80133F40 .text getHangMoveAnmSpeed__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getHangMoveAnmSpeed() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133F40-80133FB4 .text getHangDirectionFromAngle__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getHangDirectionFromAngle() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133FB4-801342D8 .text changeHangMoveProc__9daPy_lk_cFi */
|
||||
void daPy_lk_c::changeHangMoveProc(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801342D8-80134440 .text changeHangEndProc__9daPy_lk_cFi */
|
||||
void daPy_lk_c::changeHangEndProc(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80134440-80134630 .text setHangShapeOffset__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setHangShapeOffset() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80134630-80134908 .text procHangStart_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangStart_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80134908-801349D8 .text procHangStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801349D8-80134DF8 .text procHangFallStart_init__9daPy_lk_cFP8cM3dGPla */
|
||||
void daPy_lk_c::procHangFallStart_init(cM3dGPla*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80134DF8-80134EF0 .text procHangFallStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangFallStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80134EF0-80134F74 .text procHangUp_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procHangUp_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80134F74-80135094 .text procHangUp__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangUp() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80135094-80135140 .text procHangWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80135140-801351FC .text procHangWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801351FC-80135354 .text procHangMove_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procHangMove_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80135354-801357C0 .text procHangMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801357C0-80135874 .text procHangClimb_init__9daPy_lk_cFf */
|
||||
void daPy_lk_c::procHangClimb_init(float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80135874-801358D0 .text procHangClimb__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangClimb() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801358D0-80135AE0 .text procHangWallCatch_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangWallCatch_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80135AE0-80135B50 .text procHangWallCatch__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHangWallCatch() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,78 @@
|
||||
/**
|
||||
* d_a_player_hook.inc
|
||||
*
|
||||
* Code relating to the Hookshot item.
|
||||
*
|
||||
* 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 known because of an assert contained within
|
||||
* a function from this file.
|
||||
*/
|
||||
|
||||
#include "d/actor/d_a_player_link.h"
|
||||
|
||||
/* 8014AB5C-8014ABA0 .text checkHookshotReturn__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkHookshotReturn() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014ABA0-8014ABF4 .text setHookshotCarryOffset__9daPy_lk_cFUiPC4cXyz */
|
||||
void daPy_lk_c::setHookshotCarryOffset(unsigned int, const cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014ABF4-8014ACCC .text setHookshotModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setHookshotModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014ACCC-8014B02C .text setHookshotSight__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setHookshotSight() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014B02C-8014B05C .text freeHookshotItem__9daPy_lk_cFv */
|
||||
void daPy_lk_c::freeHookshotItem() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014B05C-8014B2B8 .text checkNextActionHookshotReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextActionHookshotReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014B2B8-8014B350 .text checkNextHookshotMode__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextHookshotMode() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014B350-8014B3F4 .text procHookshotSubject_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHookshotSubject_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014B3F4-8014B518 .text procHookshotSubject__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHookshotSubject() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014B518-8014B5E8 .text procHookshotMove_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHookshotMove_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014B5E8-8014B74C .text procHookshotMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHookshotMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014B74C-8014B854 .text procHookshotFly_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHookshotFly_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014B854-8014BA84 .text procHookshotFly__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procHookshotFly() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
/**
|
||||
* d_a_player_ladder.inc
|
||||
*
|
||||
* Code relating to getting on, getting off, and climbing ladders.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 80132F34-80132F58 .text getLadderMoveAnmSpeed__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getLadderMoveAnmSpeed() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80132F58-80133058 .text setLadderFootSe__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setLadderFootSe() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133058-80133240 .text changeLadderMoveProc__9daPy_lk_cFi */
|
||||
void daPy_lk_c::changeLadderMoveProc(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133240-801333A8 .text setMoveBGLadderCorrect__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setMoveBGLadderCorrect() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801333A8-80133414 .text procLadderUpStart_init_sub__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procLadderUpStart_init_sub() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133414-8013356C .text procLadderUpStart_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procLadderUpStart_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013356C-80133670 .text procLadderUpStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procLadderUpStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133670-80133710 .text procLadderUpEnd_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procLadderUpEnd_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133710-801337B4 .text procLadderUpEnd__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procLadderUpEnd() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801337B4-8013384C .text procLadderDownStart_init_sub__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procLadderDownStart_init_sub() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013384C-8013399C .text procLadderDownStart_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procLadderDownStart_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013399C-80133AB8 .text procLadderDownStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procLadderDownStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133AB8-80133B4C .text procLadderDownEnd_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procLadderDownEnd_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133B4C-80133BB4 .text procLadderDownEnd__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procLadderDownEnd() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133BB4-80133E28 .text procLadderMove_init__9daPy_lk_cFiiP4cXyz */
|
||||
void daPy_lk_c::procLadderMove_init(int, int, cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80133E28-80133F1C .text procLadderMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procLadderMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
+33
-2936
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,203 @@
|
||||
/**
|
||||
* d_a_player_particle.inc
|
||||
*
|
||||
* Code relating to various particle effects.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 8012901C-80129034 .text setup__24daPy_swimTailEcallBack_cFP14JPABaseEmitterPC4cXyzPC5csXyzSc */
|
||||
void daPy_swimTailEcallBack_c::setup(JPABaseEmitter*, const cXyz*, const csXyz*, signed char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129034-801290D8 .text getMaxWaterY__24daPy_swimTailEcallBack_cFPQ29JGeometry8TVec3<f> */
|
||||
void daPy_swimTailEcallBack_c::getMaxWaterY(JGeometry::TVec3<float>*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801290D8-8012910C .text remove__24daPy_swimTailEcallBack_cFv */
|
||||
void daPy_swimTailEcallBack_c::remove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012910C-80129310 .text execute__24daPy_swimTailEcallBack_cFP14JPABaseEmitter */
|
||||
void daPy_swimTailEcallBack_c::execute(JPABaseEmitter*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129310-80129348 .text draw__24daPy_swimTailEcallBack_cFP14JPABaseEmitter */
|
||||
void daPy_swimTailEcallBack_c::draw(JPABaseEmitter*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129348-8012952C .text draw__18daPy_sightPacket_cFv */
|
||||
void daPy_sightPacket_c::draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012952C-801296FC .text setSight__18daPy_sightPacket_cFv */
|
||||
void daPy_sightPacket_c::setSight() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801296FC-801297F4 .text initSwBlur__13daPy_swBlur_cFPA4_fifi */
|
||||
void daPy_swBlur_c::initSwBlur(float(*)[4], int, float, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801297F4-80129A78 .text copySwBlur__13daPy_swBlur_cFPA4_fi */
|
||||
void daPy_swBlur_c::copySwBlur(float(*)[4], int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129A78-80129DD0 .text draw__13daPy_swBlur_cFv */
|
||||
void daPy_swBlur_c::draw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129DD0-80129E9C .text execute__24daPy_fanSwingEcallBack_cFP14JPABaseEmitter */
|
||||
void daPy_fanSwingEcallBack_c::execute(JPABaseEmitter*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129E9C-80129F48 .text execute__25daPy_waterDropPcallBack_cFP14JPABaseEmitterP15JPABaseParticle */
|
||||
void daPy_waterDropPcallBack_c::execute(JPABaseEmitter*, JPABaseParticle*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129F48-80129F98 .text execute__22daPy_followEcallBack_cFP14JPABaseEmitter */
|
||||
void daPy_followEcallBack_c::execute(JPABaseEmitter*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129F98-80129FA0 .text setup__22daPy_followEcallBack_cFP14JPABaseEmitterPC4cXyzPC5csXyzSc */
|
||||
void daPy_followEcallBack_c::setup(JPABaseEmitter*, const cXyz*, const csXyz*, signed char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129FA0-80129FD4 .text end__22daPy_followEcallBack_cFv */
|
||||
void daPy_followEcallBack_c::end() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80129FD4-8012A040 .text execute__25daPy_waterDropEcallBack_cFP14JPABaseEmitter */
|
||||
void daPy_waterDropEcallBack_c::execute(JPABaseEmitter*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012A040-8012A058 .text setup__25daPy_waterDropEcallBack_cFP14JPABaseEmitterPC4cXyzPC5csXyzSc */
|
||||
void daPy_waterDropEcallBack_c::setup(JPABaseEmitter*, const cXyz*, const csXyz*, signed char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012A058-8012A0B4 .text end__25daPy_waterDropEcallBack_cFv */
|
||||
void daPy_waterDropEcallBack_c::end() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012A0B4-8012A0E0 .text makeEmitterColor__28daPy_mtxPosFollowEcallBack_cFUsPA4_fPC4cXyzPC5csXyzPC8_GXColorPC8_GXColor */
|
||||
void daPy_mtxPosFollowEcallBack_c::makeEmitterColor(unsigned short, float(*)[4], const cXyz*, const csXyz*, const _GXColor*, const _GXColor*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012A0E0-8012A160 .text execute__28daPy_mtxPosFollowEcallBack_cFP14JPABaseEmitter */
|
||||
void daPy_mtxPosFollowEcallBack_c::execute(JPABaseEmitter*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012A160-8012A288 .text execute__18daPy_dmEcallBack_cFP14JPABaseEmitter */
|
||||
void daPy_dmEcallBack_c::execute(JPABaseEmitter*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012A288-8012A8D8 .text setAuraEffect__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setAuraEffect() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012A8D8-8012B340 .text setWaterRipple__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setWaterRipple() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012B340-8012B8EC .text setFootEffectType__9daPy_lk_cFiP4cXyzii */
|
||||
void daPy_lk_c::setFootEffectType(int, cXyz*, int, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012B8EC-8012B9DC .text setFootMark__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::setFootMark(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012B9DC-8012C128 .text setFootEffect__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setFootEffect() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C128-8012C1A8 .text resetFootEffect__9daPy_lk_cFv */
|
||||
void daPy_lk_c::resetFootEffect() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C1A8-8012C2A4 .text setSwimTail__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setSwimTail() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C2A4-8012C330 .text setCutWaterSplash__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setCutWaterSplash() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C330-8012C45C .text setSwimWaterDrop__9daPy_lk_cFP25daPy_waterDropEcallBack_c */
|
||||
void daPy_lk_c::setSwimWaterDrop(daPy_waterDropEcallBack_c*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C45C-8012C620 .text setWaterDrop__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setWaterDrop() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C620-8012C754 .text setDamageFlameEmitter__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setDamageFlameEmitter() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C754-8012C7F0 .text setDamageCurseEmitter__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setDamageCurseEmitter() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C7F0-8012C880 .text setDamageElecEmitter__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setDamageElecEmitter() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C880-8012C8F8 .text setDamageEmitter__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setDamageEmitter() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C8F8-8012C9D8 .text endFlameDamageEmitter__9daPy_lk_cFv */
|
||||
void daPy_lk_c::endFlameDamageEmitter() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012C9D8-8012CA44 .text endDamageEmitter__9daPy_lk_cFv */
|
||||
void daPy_lk_c::endDamageEmitter() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8012CA44-8012CD60 .text setItemWaterEffect__9daPy_lk_cFP10fopAc_ac_cii */
|
||||
void daPy_lk_c::setItemWaterEffect(fopAc_ac_c*, int, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
/**
|
||||
* d_a_player_pushpull.inc
|
||||
*
|
||||
* Code relating to pushing and pulling other actors.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 801514B0-80151644 .text setPushPullKeepData__9daPy_lk_cFQ24dBgW13PushPullLabel */
|
||||
void daPy_lk_c::setPushPullKeepData(dBgW::PushPullLabel) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80151644-801517C0 .text procPushPullWait_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procPushPullWait_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801517C0-8015198C .text procPushPullWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procPushPullWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8015198C-80151A1C .text procPushMove_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procPushMove_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80151A1C-80151B38 .text procPushMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procPushMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80151B38-80151BC8 .text procPullMove_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procPullMove_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80151BC8-80151E40 .text procPullMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procPullMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,183 @@
|
||||
/**
|
||||
* d_a_player_rope.inc
|
||||
*
|
||||
* Code relating to the Grappling Hook item.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 80142D08-80142D68 .text checkRopeAnime__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::checkRopeAnime() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142D68-80142E0C .text freeRopeItem__9daPy_lk_cFv */
|
||||
void daPy_lk_c::freeRopeItem() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142E0C-80142E98 .text checkRopeRoofHit__9daPy_lk_cFs */
|
||||
void daPy_lk_c::checkRopeRoofHit(short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142E98-80142FC8 .text changeRopeSwingProc__9daPy_lk_cFv */
|
||||
void daPy_lk_c::changeRopeSwingProc() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142FC8-801430D4 .text changeRopeEndProc__9daPy_lk_cFi */
|
||||
void daPy_lk_c::changeRopeEndProc(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801430D4-80143138 .text checkSpecialRope__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkSpecialRope() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80143138-8014327C .text changeRopeToHangProc__9daPy_lk_cFv */
|
||||
void daPy_lk_c::changeRopeToHangProc() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014327C-80143694 .text checkRopeSwingWall__9daPy_lk_cFP4cXyzP4cXyzPsPf */
|
||||
void daPy_lk_c::checkRopeSwingWall(cXyz*, cXyz*, short*, float*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80143694-80143A44 .text setBlendRopeMoveAnime__9daPy_lk_cFi */
|
||||
void daPy_lk_c::setBlendRopeMoveAnime(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80143A44-80143C5C .text throwRope__9daPy_lk_cFv */
|
||||
void daPy_lk_c::throwRope() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80143C5C-80143DF4 .text checkNextActionRopeReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextActionRopeReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80143DF4-80143EAC .text checkNextRopeMode__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextRopeMode() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80143EAC-80143F3C .text checkHangRopeActorNull__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkHangRopeActorNull() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80143F3C-80144038 .text procRopeSubject_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeSubject_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80144038-8014422C .text procRopeSubject__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeSubject() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014422C-80144464 .text procRopeReady_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeReady_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80144464-80144620 .text procRopeReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80144620-80144C58 .text procRopeSwing_init__9daPy_lk_cFP10fopAc_ac_cs */
|
||||
void daPy_lk_c::procRopeSwing_init(fopAc_ac_c*, short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80144C58-801456D8 .text procRopeSwing__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeSwing() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801456D8-801457FC .text procRopeHangWait_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procRopeHangWait_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801457FC-80145B38 .text procRopeHangWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeHangWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80145B38-80145C3C .text specialRopeHangUp__9daPy_lk_cFv */
|
||||
void daPy_lk_c::specialRopeHangUp() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80145C3C-80145DBC .text procRopeUp_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeUp_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80145DBC-80145F64 .text procRopeUp__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeUp() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80145F64-801460EC .text procRopeDown_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeDown_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801460EC-80146240 .text procRopeDown__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeDown() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80146240-801463E8 .text procRopeSwingStart_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeSwingStart_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801463E8-80146610 .text procRopeSwingStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeSwingStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80146610-801466E8 .text procRopeMove_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeMove_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801466E8-80146848 .text procRopeMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80146848-801468C4 .text procRopeThrowCatch_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeThrowCatch_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801468C4-801469A8 .text procRopeThrowCatch__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeThrowCatch() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801469A8-80146A44 .text procRopeUpHang_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeUpHang_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80146A44-80146AF0 .text procRopeUpHang__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procRopeUpHang() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,198 @@
|
||||
/**
|
||||
* d_a_player_ship.inc
|
||||
*
|
||||
* Code relating to interacting with and controlling The King of Red Lions.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 8013F848-8013F8AC .text shipSpecialDemoStart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::shipSpecialDemoStart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F8AC-8013F984 .text checkJumpRideShip__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkJumpRideShip() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F984-8013F9B0 .text checkShipNotNormalMode__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkShipNotNormalMode() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013F9B0-8013FE78 .text setShipRideArmAngle__9daPy_lk_cFiP16J3DTransformInfo */
|
||||
void daPy_lk_c::setShipRideArmAngle(int, J3DTransformInfo*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013FE78-8013FEF4 .text checkShipRideUseItem__9daPy_lk_cFi */
|
||||
void daPy_lk_c::checkShipRideUseItem(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013FEF4-8013FFC0 .text initShipRideUseItem__9daPy_lk_cFii */
|
||||
void daPy_lk_c::initShipRideUseItem(int, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013FFC0-80140018 .text setShipRidePosUseItem__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setShipRidePosUseItem() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80140018-801403E0 .text setShipRidePos__9daPy_lk_cFi */
|
||||
void daPy_lk_c::setShipRidePos(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801403E0-80140480 .text setShipAttentionAnmSpeed__9daPy_lk_cFf */
|
||||
void daPy_lk_c::setShipAttentionAnmSpeed(float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80140480-801405F0 .text setShipAttnetionBodyAngle__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setShipAttnetionBodyAngle() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801405F0-80140C88 .text changeShipEndProc__9daPy_lk_cFv */
|
||||
void daPy_lk_c::changeShipEndProc() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80140C88-80140D04 .text initShipBaseAnime__9daPy_lk_cFv */
|
||||
void daPy_lk_c::initShipBaseAnime() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80140D04-80140D80 .text initShipCraneAnime__9daPy_lk_cFv */
|
||||
void daPy_lk_c::initShipCraneAnime() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80140D80-80140EF0 .text procShipReady_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipReady_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80140EF0-8014105C .text procShipReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014105C-80141140 .text procShipJumpRide_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipJumpRide_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80141140-80141180 .text procShipJumpRide__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipJumpRide() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80141180-8014123C .text procShipSteer_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipSteer_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014123C-80141288 .text procShipSteer__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipSteer() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80141288-801413A4 .text procShipPaddle_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipPaddle_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801413A4-801416BC .text procShipPaddle__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipPaddle() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801416BC-801417EC .text procShipScope_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procShipScope_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801417EC-801418B4 .text procShipScope__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipScope() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801418B4-801419B4 .text procShipBoomerang_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipBoomerang_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801419B4-80141BB0 .text procShipBoomerang__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipBoomerang() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80141BB0-80141CF8 .text procShipHookshot_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipHookshot_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80141CF8-80141F2C .text procShipHookshot__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipHookshot() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80141F2C-80142084 .text procShipBow_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipBow_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142084-80142250 .text procShipBow__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipBow() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142250-80142300 .text procShipCannon_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipCannon_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142300-80142388 .text procShipCannon__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipCannon() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142388-80142458 .text procShipCrane_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipCrane_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142458-80142920 .text procShipCrane__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipCrane() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142920-80142A5C .text procShipGetOff_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipGetOff_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142A5C-80142C08 .text procShipGetOff__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipGetOff() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142C08-80142C9C .text procShipRestart_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipRestart_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80142C9C-80142D08 .text procShipRestart__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procShipRestart() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
/**
|
||||
* d_a_player_swim.inc
|
||||
*
|
||||
* Code relating to swimming.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 8013CC64-8013CF2C .text setSpeedAndAngleSwim__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setSpeedAndAngleSwim() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013CF2C-8013CFC0 .text checkNextModeSwim__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNextModeSwim() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013CFC0-8013D1B0 .text changeSwimProc__9daPy_lk_cFv */
|
||||
void daPy_lk_c::changeSwimProc() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013D1B0-8013D2AC .text changeSwimUpProc__9daPy_lk_cFv */
|
||||
void daPy_lk_c::changeSwimUpProc() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013D2AC-8013D314 .text swimOutAfter__9daPy_lk_cFi */
|
||||
void daPy_lk_c::swimOutAfter(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013D314-8013D354 .text checkSwimFallCheck__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkSwimFallCheck() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013D354-8013D530 .text changeSwimOutProc__9daPy_lk_cFv */
|
||||
void daPy_lk_c::changeSwimOutProc() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013D530-8013D638 .text setSwimMoveAnime__9daPy_lk_cFQ29daPy_lk_c8daPy_ANM */
|
||||
void daPy_lk_c::setSwimMoveAnime(daPy_lk_c::daPy_ANM) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013D638-8013D6B8 .text getSwimTimerRate__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getSwimTimerRate() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013D6B8-8013D814 .text setSwimTimerStartStop__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setSwimTimerStartStop() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013D814-8013DA18 .text procSwimUp_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procSwimUp_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013DA18-8013DB24 .text procSwimUp__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procSwimUp() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013DB24-8013DCDC .text procSwimWait_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procSwimWait_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013DCDC-8013DE8C .text procSwimWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procSwimWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013DE8C-8013DF60 .text procSwimMove_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procSwimMove_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013DF60-8013E250 .text procSwimMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procSwimMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,268 @@
|
||||
/**
|
||||
* d_a_player_sword.inc
|
||||
*
|
||||
* Code relating using a sword item.
|
||||
*
|
||||
* 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 known because of an assert contained within
|
||||
* a function from this file.
|
||||
*/
|
||||
|
||||
#include "d/actor/d_a_player_link.h"
|
||||
|
||||
/* 80154B80-80154FBC .text setSwordModel__9daPy_lk_cFi */
|
||||
void daPy_lk_c::setSwordModel(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80154FBC-80155490 .text setLightSaver__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setLightSaver() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80155490-801554C8 .text checkDemoShieldNoDraw__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkDemoShieldNoDraw() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801554C8-80155544 .text checkDemoSwordNoDraw__9daPy_lk_cFi */
|
||||
void daPy_lk_c::checkDemoSwordNoDraw(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80155544-80155574 .text checkChanceMode__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkChanceMode() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80155574-8015559C .text checkCutRollChange__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::checkCutRollChange() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8015559C-801555FC .text getSwordBlurColor__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getSwordBlurColor() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801555FC-80155694 .text setNormalCutAtParam__9daPy_lk_cFUc */
|
||||
void daPy_lk_c::setNormalCutAtParam(unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80155694-8015572C .text setFinishCutAtParam__9daPy_lk_cFUc */
|
||||
void daPy_lk_c::setFinishCutAtParam(unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8015572C-801557C4 .text setExtraCutAtParam__9daPy_lk_cFUc */
|
||||
void daPy_lk_c::setExtraCutAtParam(unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801557C4-8015585C .text setExtraFinishCutAtParam__9daPy_lk_cFUc */
|
||||
void daPy_lk_c::setExtraFinishCutAtParam(unsigned char) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8015585C-80155970 .text setJumpCutAtParam__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setJumpCutAtParam() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80155970-801559F0 .text getCutDirection__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getCutDirection() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801559F0-80155C3C .text changeCutProc__9daPy_lk_cFv */
|
||||
void daPy_lk_c::changeCutProc() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80155C3C-80156034 .text changeCutReverseProc__9daPy_lk_cFQ29daPy_lk_c8daPy_ANM */
|
||||
void daPy_lk_c::changeCutReverseProc(daPy_lk_c::daPy_ANM) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80156034-80156198 .text procCutA_init__9daPy_lk_cFs */
|
||||
void daPy_lk_c::procCutA_init(short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80156198-80156424 .text procCutA__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutA() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80156424-80156584 .text procCutF_init__9daPy_lk_cFs */
|
||||
void daPy_lk_c::procCutF_init(short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80156584-80156828 .text procCutF__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutF() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80156828-80156984 .text procCutR_init__9daPy_lk_cFs */
|
||||
void daPy_lk_c::procCutR_init(short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80156984-80156C10 .text procCutR__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutR() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80156C10-80156D6C .text procCutL_init__9daPy_lk_cFs */
|
||||
void daPy_lk_c::procCutL_init(short) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80156D6C-80156FF8 .text procCutL__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutL() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80156FF8-80157154 .text procCutEA_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutEA_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80157154-80157348 .text procCutEA__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutEA() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80157348-801574A4 .text procCutEB_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutEB_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801574A4-8015768C .text procCutEB__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutEB() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8015768C-801577EC .text procCutExA_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutExA_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801577EC-80157A18 .text procCutExA__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutExA() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80157A18-80157B74 .text procCutExB_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutExB_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80157B74-80157D3C .text procCutExB__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutExB() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80157D3C-80158220 .text procCutTurn_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procCutTurn_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80158220-80158460 .text procCutTurn__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutTurn() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80158460-801585D8 .text procCutRoll_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutRoll_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801585D8-801588F0 .text procCutRoll__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutRoll() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801588F0-80158A40 .text procCutRollEnd_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutRollEnd_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80158A40-80158A98 .text procCutRollEnd__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutRollEnd() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80158A98-80158B00 .text procCutTurnCharge_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutTurnCharge_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80158B00-80158B58 .text procCutTurnCharge__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutTurnCharge() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80158B58-80158D40 .text procCutTurnMove_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutTurnMove_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80158D40-80159130 .text procCutTurnMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutTurnMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80159130-801592A4 .text procCutReverse_init__9daPy_lk_cFQ29daPy_lk_c8daPy_ANM */
|
||||
void daPy_lk_c::procCutReverse_init(daPy_lk_c::daPy_ANM) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801592A4-80159390 .text procCutReverse__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutReverse() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80159390-80159500 .text procJumpCut_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procJumpCut_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80159500-80159608 .text procJumpCut__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procJumpCut() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80159608-80159864 .text procJumpCutLand_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procJumpCutLand_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80159864-80159998 .text procJumpCutLand__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procJumpCutLand() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80159998-80159B80 .text procCutExMJ_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procCutExMJ_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80159B80-80159E60 .text procCutExMJ__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutExMJ() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80159E60-80159FB0 .text procCutKesa_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutKesa_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80159FB0-8015A1DC .text procCutKesa__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procCutKesa() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,128 @@
|
||||
/**
|
||||
* d_a_player_tact.inc
|
||||
*
|
||||
* Code relating to the Wind Waker item.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 8014D778-8014D7D4 .text getDayNightParamData__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getDayNightParamData() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014D7D4-8014D8AC .text setTactModel__9daPy_lk_cFv */
|
||||
void daPy_lk_c::setTactModel() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014D8AC-8014D8F4 .text checkNpcStatus__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkNpcStatus() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014D8F4-8014D938 .text getTactPlayRightArmAnm__9daPy_lk_cFl */
|
||||
void daPy_lk_c::getTactPlayRightArmAnm(long) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014D938-8014D97C .text getTactPlayLeftArmAnm__9daPy_lk_cFl */
|
||||
void daPy_lk_c::getTactPlayLeftArmAnm(long) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014D97C-8014D9A4 .text checkEndTactMusic__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::checkEndTactMusic() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014D9A4-8014D9D0 .text getTactMetronomeRate__9daPy_lk_cFv */
|
||||
void daPy_lk_c::getTactMetronomeRate() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014D9D0-8014D9F8 .text checkTactLastInput__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkTactLastInput() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014D9F8-8014DA78 .text setTactZev__9daPy_lk_cFUiiPc */
|
||||
void daPy_lk_c::setTactZev(unsigned int, int, char*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014DA78-8014DACC .text getTactTopPos__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::getTactTopPos(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014DACC-8014DB00 .text getTactNormalWait__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::getTactNormalWait() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014DB00-8014DB2C .text getTactMusic__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::getTactMusic() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014DB2C-8014DB74 .text getTactTimerCancel__9daPy_lk_cCFv */
|
||||
void daPy_lk_c::getTactTimerCancel() const {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014DB74-8014DB9C .text checkTactPlayMelody__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkTactPlayMelody() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014DB9C-8014DBEC .text resetTactCount__9daPy_lk_cFv */
|
||||
void daPy_lk_c::resetTactCount() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014DBEC-8014E100 .text procTactWait_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procTactWait_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014E100-8014E9A4 .text procTactWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procTactWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014E9A4-8014EBA0 .text procTactPlay_init__9daPy_lk_cFlii */
|
||||
void daPy_lk_c::procTactPlay_init(long, int, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014EBA0-8014EFD4 .text procTactPlay__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procTactPlay() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014EFD4-8014F210 .text procTactPlayEnd_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procTactPlayEnd_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014F210-8014F4DC .text procTactPlayEnd__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procTactPlayEnd() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014F4DC-8014F690 .text procTactPlayOriginal_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procTactPlayOriginal_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014F690-8014F8A0 .text procTactPlayOriginal__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procTactPlayOriginal() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
/**
|
||||
* d_a_player_vomit.inc
|
||||
*
|
||||
* Code relating to being launched in the air (like from a Boko Bulb).
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 8014F8A0-8014F994 .text checkJumpFlower__9daPy_lk_cFv */
|
||||
void daPy_lk_c::checkJumpFlower() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014F994-8014FA88 .text procVomitReady_init__9daPy_lk_cFsf */
|
||||
void daPy_lk_c::procVomitReady_init(short, float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014FA88-8014FB64 .text procVomitReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procVomitReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014FB64-8014FC20 .text procVomitWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procVomitWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014FC20-8014FD8C .text procVomitWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procVomitWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014FD8C-8014FF0C .text procVomitJump_init__9daPy_lk_cFi */
|
||||
void daPy_lk_c::procVomitJump_init(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8014FF0C-801500E4 .text procVomitJump__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procVomitJump() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801500E4-80150164 .text procVomitLand_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procVomitLand_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80150164-8015023C .text procVomitLand__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procVomitLand() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,78 @@
|
||||
/**
|
||||
* d_a_player_weapon.inc
|
||||
*
|
||||
* Code relating to using enemy weapons.
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 80153554-801535D8 .text setEnemyWeaponAtParam__9daPy_lk_cFi */
|
||||
void daPy_lk_c::setEnemyWeaponAtParam(int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801535D8-8015372C .text procWeaponNormalSwing_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponNormalSwing_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8015372C-801539C8 .text procWeaponNormalSwing__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponNormalSwing() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801539C8-80153A68 .text procWeaponSideSwing_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponSideSwing_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80153A68-80153C30 .text procWeaponSideSwing__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponSideSwing() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80153C30-80153D1C .text procWeaponFrontSwingReady_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponFrontSwingReady_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80153D1C-80153DBC .text procWeaponFrontSwingReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponFrontSwingReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80153DBC-80153ED8 .text procWeaponFrontSwing_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponFrontSwing_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80153ED8-80153FA0 .text procWeaponFrontSwing__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponFrontSwing() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80153FA0-80154014 .text procWeaponFrontSwingEnd_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponFrontSwingEnd_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80154014-801540B4 .text procWeaponFrontSwingEnd__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponFrontSwingEnd() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801540B4-8015411C .text procWeaponThrow_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponThrow_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8015411C-80154334 .text procWeaponThrow__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWeaponThrow() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
/**
|
||||
* d_a_player_whide.inc
|
||||
*
|
||||
* Code relating to "wall hiding" (sidling).
|
||||
*
|
||||
* 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_link.h"
|
||||
|
||||
/* 8013707C-801371E0 .text setBlendWHideMoveAnime__9daPy_lk_cFf */
|
||||
void daPy_lk_c::setBlendWHideMoveAnime(float) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801371E0-80137608 .text getWHideModePolygon__9daPy_lk_cFP4cXyzP4cXyzP4cXyzi */
|
||||
void daPy_lk_c::getWHideModePolygon(cXyz*, cXyz*, cXyz*, int) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80137608-80137640 .text getWHideBasePos__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::getWHideBasePos(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80137640-8013769C .text getWHideNextPos__9daPy_lk_cFP4cXyzP4cXyz */
|
||||
void daPy_lk_c::getWHideNextPos(cXyz*, cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013769C-80137754 .text checkWHideBackWall__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::checkWHideBackWall(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80137754-80137828 .text checkWHideFrontFloor__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::checkWHideFrontFloor(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80137828-80137914 .text checkWHideModeChange__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::checkWHideModeChange(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80137914-80137A00 .text changeWHideEndProc__9daPy_lk_cFP4cXyz */
|
||||
void daPy_lk_c::changeWHideEndProc(cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80137A00-80137BD8 .text procWHideReady_init__9daPy_lk_cFP8cM3dGPlaP4cXyz */
|
||||
void daPy_lk_c::procWHideReady_init(cM3dGPla*, cXyz*) {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80137BD8-80137CD0 .text procWHideReady__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWHideReady() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80137CD0-80137DF0 .text procWHideWait_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWHideWait_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80137DF0-80138074 .text procWHideWait__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWHideWait() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 80138074-801380F0 .text procWHideMove_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWHideMove_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801380F0-8013852C .text procWHideMove__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWHideMove() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 8013852C-801385EC .text procWHidePeep_init__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWHidePeep_init() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
|
||||
/* 801385EC-801387A4 .text procWHidePeep__9daPy_lk_cFv */
|
||||
void daPy_lk_c::procWHidePeep() {
|
||||
/* Nonmatching */
|
||||
}
|
||||
Reference in New Issue
Block a user