Skip to content

Commit bf2875b

Browse files
committed
docs (pt3): add note about v4.0 usage
1 parent ed0da75 commit bf2875b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/part3/project-structure.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This page is going to give you an idea of how the Galactic Armada project is str
44

55
The code can be found at [https://github.com/gbdev/gb-asm-tutorial/tree/master/galactic-armada](https://github.com/gbdev/gb-asm-tutorial/tree/master/galactic-armada).
66

7+
:::tip
8+
9+
Part III Galactic Aramada is using `hardware.inc v4.0`
10+
11+
:::
12+
713
## Folder Layout
814

915
For organizational purposes, many parts of the logic are separated into reusable functions. This is to reduce duplicate code, and make logic more clear.

0 commit comments

Comments
 (0)