diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 01:09:58 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 01:09:58 -0400 |
| commit | 881e0059704b9134a80d30f203f54677a7c6fb89 (patch) | |
| tree | 836409ababf58376c5d2dbccef8250aeaea9617f /main.asm | |
| parent | Add subdirectories to engine/ similar to pokecrystal (diff) | |
| download | pokeyellow-881e0059704b9134a80d30f203f54677a7c6fb89.tar.gz pokeyellow-881e0059704b9134a80d30f203f54677a7c6fb89.tar.xz pokeyellow-881e0059704b9134a80d30f203f54677a7c6fb89.zip | |
INCLUDE "engine/pokemon/bills_pc.asm" in main.asm, not audio.asm
Diffstat (limited to 'main.asm')
| -rwxr-xr-x | main.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -160,6 +160,11 @@ INCLUDE "engine/menus/oaks_pc.asm" INCLUDE "engine/events/hidden_object_functions7.asm" +SECTION "Bill's PC", ROMX + +INCLUDE "engine/pokemon/bills_pc.asm" + + SECTION "Battle (BANK 9)", ROMX INCLUDE "engine/battle/print_type.asm" |
