summaryrefslogtreecommitdiff
path: root/include/egg
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2024-05-12 12:58:59 -0400
committerelijah-thomas774 <elijahthomas774@gmail.com>2024-05-12 12:58:59 -0400
commit477f6da6cdd5051fc2d1be98cbe0ef366c33822d (patch)
treec1074c8dbedbe56c384ebef3827996a867aeafed /include/egg
parent46f664de1a73624453a3c233242c5938cee6c89c (diff)
Fix symbol for isRegisterd. (from NSMBW map)
Diffstat (limited to 'include/egg')
-rw-r--r--include/egg/core/eggXfbManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/egg/core/eggXfbManager.h b/include/egg/core/eggXfbManager.h
index a0895d85..948b0349 100644
--- a/include/egg/core/eggXfbManager.h
+++ b/include/egg/core/eggXfbManager.h
@@ -14,7 +14,7 @@ public:
/* 0xC */ u8 mNumXfbs; // Total number of Xfbs ever attached
/* 0xD */ u8 mNumXfbs_Copy; // Unsure of purpose yet, but showing wont proceed until its under 3
public:
- /* 80498af0 */ bool isRegisterd(Xfb *xfb) const; // yes. this is correct spelling
+ /* 80498af0 */ bool isRegisterd(Xfb &xfb) const; // yes. this is correct spelling
/* 80498b30 */ bool attach(Xfb *xfb);
/* 80498c10 */ void copyEFB(bool);
/* 80498d00 */ void setNextFrameBuffer();