DREAMWEB: Convert notHeldError to C++, move stuff to DreamBase
This commit is contained in:
parent
9ebcaa33e7
commit
d1ed87bece
9 changed files with 47 additions and 79 deletions
|
@ -1495,5 +1495,16 @@ void DreamGenContext::withWhat() {
|
|||
data.byte(kInvopen) = 2;
|
||||
}
|
||||
|
||||
void DreamGenContext::notHeldError() {
|
||||
createPanel();
|
||||
showPanel();
|
||||
showMan();
|
||||
showExit();
|
||||
obIcons();
|
||||
printMessage2(64, 100, 63, 200 + 1, true, 1);
|
||||
workToScreenM();
|
||||
hangOnP(50);
|
||||
putBackObStuff();
|
||||
}
|
||||
|
||||
} // End of namespace DreamGen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue