Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split player functions into appropriate .inc files #47

Merged
merged 2 commits into from
Sep 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 98 additions & 0 deletions src/d/actor/d_a_player_battle.inc
Original file line number Diff line number Diff line change
@@ -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 */
}
78 changes: 78 additions & 0 deletions src/d/actor/d_a_player_boomerang.inc
Original file line number Diff line number Diff line change
@@ -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 */
}
68 changes: 68 additions & 0 deletions src/d/actor/d_a_player_bottle.inc
Original file line number Diff line number Diff line change
@@ -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 */
}
98 changes: 98 additions & 0 deletions src/d/actor/d_a_player_bow.inc
Original file line number Diff line number Diff line change
@@ -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 */
}
Loading