Weiyi Wang

Results 67 comments of Weiyi Wang

- [x] add mark on weapons in the tree that can be layered - [x] general improvement on weapon tree

- [x] HP fluctuation

- [x] Page title improvement, multi language

- [x] quest unlock progress, and auto clearing.

- [x] armor male/female flag

- [x] chaotic weapon special stat

- [x] arena additional reward - [x] where is the count for quest bonus reward?

TODO list for myself: - remove generic conversion from `io::Error` to `libsave3ds::Error` - Give DiskFile a builder constructor like `std::fs::File` - Record file path in DiskFile, and report it on...

This include is meant to refer to this file: https://github.com/wwylele/teakra/blob/master/src/test.h (a shared header between the main project and the 3DS program) Is your current directory `/home/midnoclose/Development/teakra/hwtest/dsptester/` ? I would expect...

1. Change the flag [here](https://github.com/wwylele/teakra/blob/master/hwtest/dsptester/Makefile#L38) to c++17 2. add `(u32)addr` to all places where it reports `invalid conversion from 'void*' to 'u32'`. There was a incompatible libctru update.