Age | Commit message (Collapse) | Author |
|
|
|
The PSP (MIPS) toolchain generates differing symbols for this template
and thus fails to link. By moving the implementation to the defining
header, this should fix this.
|
|
This has been done by an automated search/replace, culling unused
variables in the process. The remaining variables in data are all stored
in savegames.
|
|
|
|
|
|
savefile size.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(when entering the memorize/pray menu without having a mage/cleric)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since this is the only scene that uses it, it makes as much sense to have it as part of the scene than part of the staticres file.
|
|
Hopefully this will stop it being a globally constructed object.
|
|
Scene825::Button::setButton
|
|
This puts them all in the common SceneHotspot class, rather than each game having their own repeated implementations of them.
|
|
|
|
|
|
|
|
|
|
|