diff options
| author | Sanqui <gsanky@gmail.com> | 2017-03-15 14:52:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-15 14:52:38 +0100 |
| commit | d1a96e37b6bce8479111e9ddd3298e522ddfdfe8 (patch) | |
| tree | 0a2dc392caea51aa4ec6c94bb3451e54a7232502 /wram.asm | |
| parent | Fix typos (diff) | |
| parent | Fix floating sections (diff) | |
| download | pokeyellow-d1a96e37b6bce8479111e9ddd3298e522ddfdfe8.tar.gz pokeyellow-d1a96e37b6bce8479111e9ddd3298e522ddfdfe8.tar.xz pokeyellow-d1a96e37b6bce8479111e9ddd3298e522ddfdfe8.zip | |
Merge pull request #144 from AntonioND/an/fix-floating
Fix floating sections
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ battle_struct: MACRO ENDM -SECTION "WRAM Bank 0", WRAM0 +SECTION "WRAM Bank 0", WRAM0 [$c000] wUnusedC000:: ; c000 ds 1 @@ -1610,7 +1610,7 @@ wEnemyMonDefense:: dw wEnemyMonSpeed:: dw wEnemyMonSpecial:: dw wEnemyMonPP:: ds 2 ; NUM_MOVES - 2 -SECTION "WRAM Bank 1", WRAMX, BANK[1] +SECTION "WRAM Bank 1", WRAMX[$d000], BANK[1] ds 2 ; NUM_MOVES - 2 wEnemyMonBaseStats:: ds 5 |
