Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Thanks wjp for the namings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sub1B007() is still stubbed as _field312 usage is conflicting with IDB structure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
invalid dirty rects
|
|
|
|
|
|
This will be the first half of properly handling on screen dirty rects.
|
|
This reverts commit f69dfba21a5d4be8cc60a20a0dd0628717fa5373.
|
|
|
|
|
|
|
|
speaker declaration is common to several speakers.
|
|
|
|
|
|
call
|
|
|
|
|
|
|
|
|
|
|
|
The methods are never overriden, so there's no point in the methods being virtual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Thanks to Fingolfin for pointing those out
|