Akatsuki

Results 22 issues of Akatsuki

**Describe the bug** Sound is clear on MacOS, but noisy on Windows10. Linux is unchecked. **To Reproduce** ```sh git clone https://github.com/Humpheh/goboy.git cd goboy go build -o goboy cmd/goboy/main.go ./goboy pokered.gb...

related to #4 - [x] `call_cc_timing2` - [x] `call_timing2` - [ ] `di_timing-GS.gb` (note: this test is expected to pass only when ran on a DMG or SGB, and fail...

accuracy

![worldwide](https://user-images.githubusercontent.com/37920078/83334675-144ba880-a2e3-11ea-90d4-995d6bac43bd.gif)

bug
accuracy

- [ ] `ppu/hblank_ly_scx_timing-GS` - [ ] `ppu/intr_1_2_timing-GS` - [ ] `ppu/intr_2_0_timing` - [ ] `ppu/intr_2_mode0_timing`

accuracy

# Worldwide ![image](https://user-images.githubusercontent.com/37920078/84319983-e6e8df80-abab-11ea-9989-aa835a5407b0.png) ## 00:045f https://github.com/pret/pokecrystal/blob/2641f93ad084b1329b3f3b9f7c8c222445fc4832/home/delay.asm#L8 ![image](https://user-images.githubusercontent.com/37920078/84320598-e0a73300-abac-11ea-8695-33d5533c6e65.png) ![image](https://user-images.githubusercontent.com/37920078/84320260-5068ee00-abac-11ea-88e2-44f750dc42ec.png) ## 00:3e63 https://github.com/pret/pokecrystal/blob/9a927c1b3efa2eca886f346a4fcca0eb57278faf/home/mobile.asm#L123 ![image](https://user-images.githubusercontent.com/37920078/84320938-662ae300-abad-11ea-953b-89d8d255991e.png) ![image](https://user-images.githubusercontent.com/37920078/84320453-a63d9600-abac-11ea-98ae-2888f809bb2e.png)

bug
accuracy

# PokemonRed ポケモン赤を忠実に再現 ただ拡張性を考えて作る ## 使用技術 MonsterEngineでの再利用性を考えて選びたい 1. Go + ebiten - 使用経験がある - Goなのである程度のパフォーマンスが見込める - PokeTravelerやBoJのコードが再利用できる - wasm化でwebに組み込むこともできる 2. TypeScript + React - Webで遊べる - electronでデスクトップアプリも可能 - CSSで見た目に拘れる -...

memo

特殊な処理が多いのでEngineは必要な可能性が高い? 依存関係がぐちゃぐちゃになりそうだが... - battle -> パッケージとして独立 - items -> パッケージとして独立 - menu -> widgetパッケージ - overworld -> パッケージとして独立 - *.asm -> これをengineとする? 結論 engine/*.asm の部分だけを engineにし、他はパッケージとして独立 engine が参照するのは data のみにする?

memo

# items - inventory かばんとPCボックス - itemfinder ダウジングマシン - items アイテムを使う処理 - tm 技マシンに関する処理 ## inventory 機能 - インベントリのアイテムの追加・削除 - アイテムのスワップ - インベントリが満タンか ## itemfinder ダウジングマシン ## items アイテムを使う処理 いろいろな上の階層のステートをいじる必要が出てくるのでこれは別パッケージにおいた方がいいかも?...

memo

- 行ったことのある町

accuracy

プレゼンテーション(オーキド博士がプレゼンするあれ)を作る(ここでユーザーアバターな名前をユーザーに決めてもらう)

enhancement
accuracy