mirror of
https://github.com/zeldaret/tp
synced 2026-06-04 10:48:57 -04:00
Use default parameter values in JORMContext calls where appropriate (#3057)
This commit is contained in:
@@ -21,7 +21,7 @@ daObjGOMIKABE_HIO_c::daObjGOMIKABE_HIO_c() {
|
||||
#if DEBUG
|
||||
void daObjGOMIKABE_HIO_c::genMessage(JORMContext* ctx) {
|
||||
// Zora Rock
|
||||
ctx->genLabel("ゾーラ岩", 0x80000001, 0, NULL, 0xffff, 0xffff, 0x200, 0x18);
|
||||
ctx->genLabel("ゾーラ岩", 0x80000001);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user