diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 18:16:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 18:16:50 -0400 |
commit | f62e67f578037373efcfba476e4fd271dbb4ab1f (patch) | |
tree | e28637854d98f76dd15a66d757c80abd3dce22b5 /wram.asm | |
parent | b768d133250fd2a1d489399bedad57522ca75071 (diff) |
Define wStackBottom
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2612,11 +2612,17 @@ ENDU ; df01 wPokemonDataEnd:: wGameDataEnd:: +; df01 SECTION "Stack", WRAMX + ds 2 +wStackBottom:: + ds $fc +wStack:: wStackTop:: + ds 1 INCLUDE "sram.asm" |