diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 13:58:03 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-20 13:58:03 -0400 |
| commit | fac958b280056922a1828b71a04d84a36e1e807a (patch) | |
| tree | c094adc59182b253a61defb5fb85de7a9d77b7cc /engine/menu/main_menu.asm | |
| parent | bfb981f1885d21cc59d2656e84c87bb8d64a089c (diff) | |
- Remove trailing whitespace
- Indent with single tabs, not spaces
- Colons after labels
- Capitalize BANK, HIGH, and LOW
- dbw BANK(X), X -> dba X
Diffstat (limited to 'engine/menu/main_menu.asm')
| -rw-r--r-- | engine/menu/main_menu.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/menu/main_menu.asm b/engine/menu/main_menu.asm index bbd827e..02ec29d 100644 --- a/engine/menu/main_menu.asm +++ b/engine/menu/main_menu.asm @@ -18,7 +18,7 @@ InitializeNewGameWRAM: ld bc, $1164 xor a call ByteFill - + ; Lots of other setup. pop af @@ -61,7 +61,7 @@ InitializeNewGameWRAM: ld a, $B8 ld [wd15f], a - + ld hl, wUnknownListLengthd1ea ld a, ITEM_REPEL ld [wCurItem], a @@ -88,7 +88,7 @@ InitializeByteList: SECTION "engine/menu/main_menu.asm@MainMenu", ROMX MainMenu:: ; 01:53CC - ld hl, wd4a9 + ld hl, wd4a9 res 0, [hl] call ClearTileMap call GetMemSGBLayout @@ -273,7 +273,7 @@ PlayerInfoText: next "#ずかん ひき" next "プレイじかん" text_end - + StartNewGame:: ; 555C ld de, MUSIC_NONE call PlayMusic @@ -292,5 +292,5 @@ StartNewGame:: ; 555C jp z, DemoStart call DebugSetUpPlayer jp IntroCleanup - + ; 558D |
