d_picture_box closer to matching for other versions

This commit is contained in:
LagoLunatic
2026-07-18 21:31:38 -04:00
parent db61d31022
commit 9f18a6f34c
4 changed files with 226 additions and 140 deletions
+9 -4
View File
@@ -55,11 +55,16 @@ void dPb_erasePicture();
class dJle_Pb_c : public dDlst_base_c {
public:
u8 getStatus() { return mExecState; }
void getMemory(void* buffer, int idx) {
mPhotoBuffer[idx] = (dPbPhotoSlotData*)buffer;
}
void setTextArea(char* buffer, int idx) {
mMsgTextBuffer[idx] = buffer;
}
void alphaChange(fopMsgM_pane_alpha_class*, f32) {}
void alphaChange(fopMsgM_pane_class*, f32) {}
void getMemory(void*, int) {}
void getStatus() {}
void setTextArea(char*, int) {}
void screenSet();
void screenSet2();
@@ -112,7 +117,7 @@ public:
void draw();
void _delete(JKRExpHeap*);
public:
private:
/* 0x004 */ J2DScreen* scrn;
/* 0x008 */ J2DScreen* scrn1;
/* 0x00C */ J2DScreen* scrn2;
+1
View File
@@ -489,6 +489,7 @@ public:
u8 getVibration() { return mVibration; }
void setVibration(u8 vib) { mVibration = vib; }
private:
/* 0x0 */ u8 mRuby;
/* 0x1 */ u8 mSoundMode;
/* 0x2 */ u8 mAttentionType;